Normalize key name

This commit is contained in:
Laurent Destailleur 2012-12-09 18:47:23 +01:00
parent f4def0cd89
commit c44481fb91
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ create table llx_accounting_system
active smallint DEFAULT 0
)ENGINE=innodb;
ALTER TABLE llx_accounting_system ADD UNIQUE INDEX idx_accounting_system_pcg_version (pcg_version);
ALTER TABLE llx_accounting_system ADD UNIQUE INDEX uk_accounting_system_pcg_version (pcg_version);
create table llx_accountingaccount
(

View File

@ -18,5 +18,5 @@
-- ===========================================================================
ALTER TABLE llx_accounting_system ADD UNIQUE INDEX idx_accounting_system_pcg_version (pcg_version);
ALTER TABLE llx_accounting_system ADD UNIQUE INDEX uk_accounting_system_pcg_version (pcg_version);