[ongeki] fix chapter jewel not saved

This commit is contained in:
shenjiayi
2020-08-26 15:52:48 +08:00
parent 8feed030f6
commit ecf91763a6
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
ALTER TABLE `ongeki_user_story`
ADD COLUMN `jewel_count` int(11),
ADD COLUMN `last_play_music_id` int(11),
ADD COLUMN `last_play_music_category` int(11),
ADD COLUMN `last_play_music_level` int(11);