forked from Wavyzz/dolibarr
Fix: Correction mauvaise dclaration cl
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user