mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 17:37:27 +08:00
[DIVA] Add stage result index to prevent multiple result being sent by client, fix #3
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
TRUNCATE TABLE `diva_game_session`;
|
||||
|
||||
ALTER TABLE `diva_game_session`
|
||||
ADD `stage_result_index` int(11) DEFAULT NULL;
|
||||
Reference in New Issue
Block a user