mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Set unique key index unique in db (Conform to SQL standard) and needed
for migration to other SGBD with key.sql file
This commit is contained in:
@@ -23,7 +23,6 @@ create table llx_c_effectif
|
||||
code varchar(12) NOT NULL,
|
||||
libelle varchar(30),
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
module varchar(32) NULL,
|
||||
UNIQUE KEY uk_c_effectif (code)
|
||||
module varchar(32) NULL
|
||||
)ENGINE=innodb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user