aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/hotfixes/master/2020_06_04_00_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
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`;