forked from Hay1tsme/artemis
maidx: upgrade schema for uni+
This commit is contained in:
3
core/data/schema/versions/SDEZ_1_rollback.sql
Normal file
3
core/data/schema/versions/SDEZ_1_rollback.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
ALTER TABLE mai2_playlog DROP COLUMN trialPlayAchievement;
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
3
core/data/schema/versions/SDEZ_2_upgrade.sql
Normal file
3
core/data/schema/versions/SDEZ_2_upgrade.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
ALTER TABLE mai2_playlog ADD trialPlayAchievement INT NULL;
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
Reference in New Issue
Block a user