From ba5794a12cbd605a8f0886669b0f95cbbc27bf38 Mon Sep 17 00:00:00 2001 From: funjoker Date: Thu, 4 Jun 2020 21:48:20 +0200 Subject: SQL: Add VerifiedBuild to hotfix_blob and hotfix_data Closes #24752 --- sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql (limited to 'sql/updates') diff --git a/sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql b/sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql new file mode 100644 index 00000000000..48777e0b831 --- /dev/null +++ b/sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql @@ -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`; -- cgit v1.2.3