forked from Cookies_Github_mirror/AquaDX
[ongeki] fix chapter jewel not saved
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user