mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Fix update SQL
This commit is contained in:
parent
d5a6b0952e
commit
b9b77d3515
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user