Arcturus-Community/sqlupdates/2_4_0-RC-1 to 2_4_0-RC-2.sql

3 lines
187 B
MySQL
Raw Normal View History

2020-06-03 02:53:10 +02:00
ALTER TABLE `permissions` ADD `acc_hide_mail` ENUM('0', '1') NOT NULL DEFAULT '0' AFTER `acc_hide_ip`;
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('flood.with.rights', '0');