Rollback for Sun Plus changed

should hopefully never need to use this
This commit is contained in:
EmmyHeart 2023-12-13 06:34:32 +00:00
parent b6d1f2cd3a
commit 9b9d1f664d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
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
CHANGE COLUMN isSuccess isSuccess TINYINT(1) NULL DEFAULT NULL ;
ALTER TABLE chuni_score_playlog
DROP COLUMN ticketId;
SET FOREIGN_KEY_CHECKS = 1;