From 6ab70f0926079b3c64d95666c6192c4d88019197 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 19:01:50 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 7fc938dfcb985652b0113aeb37e465be986449cf --- .../{pending_db_world/mala.sql => db_world/2024_11_26_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/mala.sql => db_world/2024_11_26_01.sql} (76%) diff --git a/data/sql/updates/pending_db_world/mala.sql b/data/sql/updates/db_world/2024_11_26_01.sql similarity index 76% rename from data/sql/updates/pending_db_world/mala.sql rename to data/sql/updates/db_world/2024_11_26_01.sql index c35d5c0b0..b7d416fcd 100644 --- a/data/sql/updates/pending_db_world/mala.sql +++ b/data/sql/updates/db_world/2024_11_26_01.sql @@ -1,2 +1,3 @@ +-- DB update 2024_11_26_00 -> 2024_11_26_01 DELETE FROM `spell_custom_attr` WHERE `spell_id`=44132; INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (44132, 4194304);