summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/sql/updates/db_world/2025_09_15_03.sql (renamed from data/sql/updates/pending_db_world/cmi-verified-build.sql)1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/cmi-verified-build.sql b/data/sql/updates/db_world/2025_09_15_03.sql
index a86d021415..3eb2165fe1 100644
--- a/data/sql/updates/pending_db_world/cmi-verified-build.sql
+++ b/data/sql/updates/db_world/2025_09_15_03.sql
@@ -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;