forked from Hay1tsme/artemis
fixing the upgrade & downgrade script for chunithm
This commit is contained in:
parent
7b8611cee3
commit
37b1f41b44
@ -3,7 +3,7 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
ALTER TABLE chuni_score_playlog
|
||||
CHANGE COLUMN isClear isClear TINYINT(1) NULL DEFAULT NULL;
|
||||
|
||||
ALTER TABLE aime.chuni_score_best
|
||||
ALTER TABLE chuni_score_best
|
||||
CHANGE COLUMN isSuccess isSuccess TINYINT(1) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE chuni_score_playlog
|
||||
|
@ -3,7 +3,7 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
ALTER TABLE chuni_score_playlog
|
||||
CHANGE COLUMN isClear isClear TINYINT(6) NULL DEFAULT NULL;
|
||||
|
||||
ALTER TABLE aime.chuni_score_best
|
||||
ALTER TABLE chuni_score_best
|
||||
CHANGE COLUMN isSuccess isSuccess INT(11) NULL DEFAULT NULL ;
|
||||
|
||||
ALTER TABLE chuni_score_playlog
|
||||
|
Loading…
Reference in New Issue
Block a user