Fix update SQL

This commit is contained in:
Alejandro 2019-07-21 20:29:19 +03:00
parent d5a6b0952e
commit b9b77d3515

View File

@ -1,7 +1,7 @@
ALTER TABLE `permissions`
ADD COLUMN `auto_credits_amount` INT DEFAULT '0';
ADD COLUMN `auto_pixels_amount` INT DEFAULT '0';
ADD COLUMN `auto_gotw_amount` INT DEFAULT '0';
ADD COLUMN `auto_credits_amount` INT DEFAULT '0',
ADD COLUMN `auto_pixels_amount` INT DEFAULT '0',
ADD COLUMN `auto_gotw_amount` INT DEFAULT '0',
ADD COLUMN `auto_points_amount` INT DEFAULT '0';
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.enabled', '0');