diff --git a/sqlupdates/2_1_1_TO_2_2_0-RC-1.sql b/sqlupdates/2_1_1_TO_2_2_0-RC-1.sql index 63c682f3..5ca7ca4a 100644 --- a/sqlupdates/2_1_1_TO_2_2_0-RC-1.sql +++ b/sqlupdates/2_1_1_TO_2_2_0-RC-1.sql @@ -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');