mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 13:47:26 +08:00
[U] Update migration
This commit is contained in:
@@ -176,9 +176,7 @@ create table wacca_user_stageup
|
|||||||
stage_id int not null,
|
stage_id int not null,
|
||||||
clear_status int not null,
|
clear_status int not null,
|
||||||
clear_song_ct int not null,
|
clear_song_ct int not null,
|
||||||
song1score int not null,
|
song_scores varchar(255) not null,
|
||||||
song2score int not null,
|
|
||||||
song3score int not null,
|
|
||||||
play_ct int not null,
|
play_ct int not null,
|
||||||
constraint wacca_user_stageup_unique
|
constraint wacca_user_stageup_unique
|
||||||
unique (user_id, version, stage_id),
|
unique (user_id, version, stage_id),
|
||||||
|
|||||||
Reference in New Issue
Block a user