mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 17:37:27 +08:00
[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