mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: sql error
This commit is contained in:
@@ -23,6 +23,6 @@ CREATE TABLE `llx_menu_const` (
|
||||
`rowid` int(11) NOT NULL auto_increment,
|
||||
`fk_menu` int(11) NOT NULL,
|
||||
`fk_constraint` int(11) NOT NULL,
|
||||
PRIMARY KEY (`fk_menu`,`fk_constraint`)
|
||||
PRIMARY KEY (`rowid`)
|
||||
) type=innodb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user