feat(DB): Add VerifiedBuild column for creature_model_info (#22934)
This commit is contained in:
parent
a0deae6a4f
commit
f599c5c3a8
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/cmi-verified-build.sql
Normal file
2
data/sql/updates/pending_db_world/cmi-verified-build.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `creature_model_info` ADD COLUMN `VerifiedBuild` MEDIUMINT NULL DEFAULT NULL AFTER `DisplayID_Other_Gender`;
|
||||
UPDATE `creature_model_info` SET `VerifiedBuild` = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue