SQL: Add VerifiedBuild to hotfix_blob and hotfix_data

Closes #24752
This commit is contained in:
funjoker
2020-06-04 21:48:20 +02:00
committed by Shauren
parent 853503a575
commit ba5794a12c

View File

@@ -0,0 +1,2 @@
ALTER TABLE `hotfix_blob` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Blob`;
ALTER TABLE `hotfix_data` ADD COLUMN `VerifiedBuild` INT(11) NOT NULL DEFAULT '0' AFTER `Deleted`;