modules can add prefix for menu
This commit is contained in:
parent
38863200f2
commit
874c60035f
@ -43,5 +43,4 @@ CREATE TABLE llx_menu
|
|||||||
enabled text NULL, -- Condition to show or hide
|
enabled text NULL, -- Condition to show or hide
|
||||||
usertype integer NOT NULL DEFAULT 0, -- 0 if menu for all users, 1 for external only, 2 for internal only
|
usertype integer NOT NULL DEFAULT 0, -- 0 if menu for all users, 1 for external only, 2 for internal only
|
||||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
|
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
|
||||||
|
|
||||||
) ENGINE=innodb;
|
) ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user