From e9b888fda7c5f19805fb88f429de7067c3b6e294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Sep 2023 20:06:46 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): b80aaebb5aff3d8c4ad80b89ccf1c7a932a5385c --- .../uint32_quest_template.sql => db_world/2023_09_27_02.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/uint32_quest_template.sql => db_world/2023_09_27_02.sql} (68%) diff --git a/data/sql/updates/pending_db_world/uint32_quest_template.sql b/data/sql/updates/db_world/2023_09_27_02.sql similarity index 68% rename from data/sql/updates/pending_db_world/uint32_quest_template.sql rename to data/sql/updates/db_world/2023_09_27_02.sql index 081c2646c..503859d21 100644 --- a/data/sql/updates/pending_db_world/uint32_quest_template.sql +++ b/data/sql/updates/db_world/2023_09_27_02.sql @@ -1,2 +1,3 @@ +-- DB update 2023_09_27_01 -> 2023_09_27_02 -- ALTER TABLE `quest_template` MODIFY COLUMN `AllowableRaces` INT UNSIGNED NOT NULL DEFAULT 0;