#365 fixed user_to_rights table order
This commit is contained in:
parent
7ba7f3a36f
commit
1a703bf8e3
@ -1,7 +1,7 @@
|
||||
CREATE TABLE `system_user_to_rights` (
|
||||
`userID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`rightID` INT(10) NOT NULL DEFAULT '0',
|
||||
`userID` INT(10) UNSIGNED NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`rightID`, `userID`)
|
||||
PRIMARY KEY (`userID`,`rightID`)
|
||||
)
|
||||
COLLATE='utf8_general_ci'
|
||||
ENGINE=InnoDB;
|
||||
Loading…
x
Reference in New Issue
Block a user