From cc2c7ec0fd021f60eb73b30c37c6bc45474e403c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 02:57:01 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): b14cdea7d2aa1d80f4e18b2c4c3be577e637ac88 --- .../rev_lfg_cooldown_command.sql => db_world/2026_02_28_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_lfg_cooldown_command.sql => db_world/2026_02_28_02.sql} (95%) diff --git a/data/sql/updates/pending_db_world/rev_lfg_cooldown_command.sql b/data/sql/updates/db_world/2026_02_28_02.sql similarity index 95% rename from data/sql/updates/pending_db_world/rev_lfg_cooldown_command.sql rename to data/sql/updates/db_world/2026_02_28_02.sql index 84a9f28db..a837c6884 100644 --- a/data/sql/updates/pending_db_world/rev_lfg_cooldown_command.sql +++ b/data/sql/updates/db_world/2026_02_28_02.sql @@ -1,3 +1,4 @@ +-- DB update 2026_02_28_01 -> 2026_02_28_02 -- Add lfg cooldown command to the command table DELETE FROM `command` WHERE `name` IN ('lfg cooldown'); INSERT INTO `command` (`name`, `security`, `help`) VALUES