[Hotfix] Remove expansion field from account for those who have it (#2357)

This commit is contained in:
Chris Miles
2022-08-01 15:07:36 -05:00
committed by GitHub
parent 7c27c4350d
commit 5ec18709a6
4 changed files with 23 additions and 31 deletions
+1
View File
@@ -450,6 +450,7 @@
9194|2022_07_23_dz_switch_id.sql|SHOW COLUMNS FROM `doors` LIKE 'dz_switch_id'|empty|
9195|2022_07_23_dz_templates.sql|SHOW TABLES like 'dynamic_zone_templates'|empty|
9196|2022_07_30_merchantlist_temp.sql|SHOW COLUMNS FROM `merchantlist_temp` LIKE 'zone_id'|empty|
9197|2022_08_01_drop_expansion_account.sql|SHOW COLUMNS FROM `account` LIKE 'expansion'|notempty|
# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not
@@ -0,0 +1 @@
ALTER TABLE `account` DROP `expansion`;