mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-02-07 15:12:35 +01:00
Update 3_5_0 to 4_0_0.sql
This commit is contained in:
parent
164908e5e2
commit
7f3521f821
@ -4,3 +4,5 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.succes.cmd_chang
|
|||||||
|
|
||||||
ALTER TABLE `achievements`
|
ALTER TABLE `achievements`
|
||||||
ADD `visible` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT 'Is the achievement in use and/or obtainable?';
|
ADD `visible` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT 'Is the achievement in use and/or obtainable?';
|
||||||
|
|
||||||
|
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('encryption.forced', '0');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user