From b9b77d35156b13afef5415e5001146efe4964df6 Mon Sep 17 00:00:00 2001 From: Alejandro <25-alejandro@users.noreply.git.krews.org> Date: Sun, 21 Jul 2019 20:29:19 +0300 Subject: [PATCH] Fix update SQL --- sqlupdates/2_1_1_TO_2_2_0-RC-1.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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');