1 2 3 4 5
use database; -- Table config -- 06/07/20 : ajout mode "no limit" pour superadmin ALTER TABLE `configurations` ADD `mode_nolimit` BOOLEAN NOT NULL DEFAULT FALSE COMMENT 'superadmin a tous les droits' AFTER `mode_debug`;