2
0
forked from Wavyzz/dolibarr

Fix: Correction mauvaise dclaration cl

This commit is contained in:
Laurent Destailleur
2005-03-03 22:03:12 +00:00
parent 429abf6f08
commit e9ea643548
3 changed files with 2 additions and 6 deletions

View File

@@ -26,6 +26,6 @@ create table llx_user_rights
fk_user integer NOT NULL,
fk_id integer NOT NULL,
UNIQUE(fk_user,fk_id)
UNIQUE INDEX(fk_user,fk_id)
)type=innodb;