mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-30 01:50:50 +01:00
Fix Update SQL name from RC-1 to RC-2 to RC-2 to RC-3
This commit is contained in:
parent
cfc6546671
commit
f7559ef1ed
@ -1,11 +0,0 @@
|
|||||||
#DATABASE UPDATE: 2.0.0 RC-2 -> 2.0.0 RC-3
|
|
||||||
|
|
||||||
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('commands.plugins.oldstyle', '0');
|
|
||||||
|
|
||||||
ALTER TABLE `emulator_errors`
|
|
||||||
ADD COLUMN `version` varchar(64) NOT NULL AFTER `timestamp`,
|
|
||||||
ADD COLUMN `build_hash` varchar(64) NOT NULL AFTER `version`;
|
|
||||||
|
|
||||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('scripter.modtool.tickets', '1');
|
|
||||||
|
|
||||||
#END DATABASE UPDATE: 2.0.0 RC-2 -> 2.0.0 RC-3
|
|
Loading…
Reference in New Issue
Block a user