chore(DB): import pending files

Referenced commit(s): e2353a1c9f
This commit is contained in:
github-actions[bot]
2024-09-15 21:16:14 +00:00
parent e2353a1c9f
commit 64c9e4a0a4

View File

@@ -1,3 +1,4 @@
-- DB update 2024_09_15_00 -> 2024_09_15_01
-- implement QUEST_SPECIAL_FLAGS_NO_LOREMASTER_COUNT
-- extend column datatype from tinyint to int
ALTER TABLE `quest_template_addon` MODIFY COLUMN `SpecialFlags` INT UNSIGNED DEFAULT 0 NOT NULL;