mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 01:27:28 +08:00
[F] Fix DIVA pd_id overflow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE main.diva_player_profile MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_profile MODIFY COLUMN rival_pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pd_id BIGINT NOT NULL;
|
||||
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pv_id BIGINT NOT NULL;
|
||||
Reference in New Issue
Block a user