chore(DB): import pending files

Referenced commit(s): 00b8a3f419
This commit is contained in:
github-actions[bot]
2025-01-31 12:20:19 +00:00
parent 00b8a3f419
commit 158f81a973
2 changed files with 2 additions and 0 deletions

View File

@@ -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` (

View File

@@ -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