parent
00b8a3f419
commit
158f81a973
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2024_11_15_00 -> 2025_01_31_00
|
||||
--
|
||||
DROP TABLE IF EXISTS `world_state`;
|
||||
CREATE TABLE IF NOT EXISTS `world_state` (
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_01_28_00 -> 2025_01_31_00
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` IN ('worldstate sunsreach phase', 'worldstate sunsreach subphase', 'worldstate sunsreach gate');
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue