mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 03:37:29 +08:00
fixed the diva profile again
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
ALTER TABLE diva_profile
|
ALTER TABLE diva_profile
|
||||||
DROP skn_eqp,
|
DROP skn_eqp;
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
ALTER TABLE diva_profile
|
ALTER TABLE diva_profile
|
||||||
ADD skn_eqp INT NOT NULL DEFAULT 0,
|
ADD skn_eqp INT NOT NULL DEFAULT 0;
|
||||||
@@ -7,4 +7,4 @@ index = DivaServlet
|
|||||||
database = DivaData
|
database = DivaData
|
||||||
reader = DivaReader
|
reader = DivaReader
|
||||||
game_codes = [DivaConstants.GAME_CODE]
|
game_codes = [DivaConstants.GAME_CODE]
|
||||||
current_schema_version = 5
|
current_schema_version = 6
|
||||||
|
|||||||
Reference in New Issue
Block a user