fixing the upgrade & downgrade script for chunithm

This commit is contained in:
Midorica 2023-12-15 22:21:05 -05:00
parent 7b8611cee3
commit 37b1f41b44
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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