3 lines
108 B
SQL
3 lines
108 B
SQL
--New permission
|
|
ALTER TABLE `permissions` ADD COLUMN `acc_unignorable` ENUM('0','1') NOT NULL DEFAULT '0';
|