chore(DB): import pending files

Referenced commit(s): f599c5c3a8
This commit is contained in:
github-actions[bot]
2025-09-15 19:42:32 +00:00
parent f599c5c3a8
commit 1aa5788f72

View File

@@ -1,2 +1,3 @@
-- DB update 2025_09_15_02 -> 2025_09_15_03
ALTER TABLE `creature_model_info` ADD COLUMN `VerifiedBuild` MEDIUMINT NULL DEFAULT NULL AFTER `DisplayID_Other_Gender`;
UPDATE `creature_model_info` SET `VerifiedBuild` = 0;