modules can add prefix for menu

This commit is contained in:
Frédéric FRANCE 2021-02-06 10:23:17 +01:00
parent 38863200f2
commit 874c60035f
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -43,5 +43,4 @@ CREATE TABLE llx_menu
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
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=innodb;