forked from Dniel97/artemis
fixed the diva profile again
This commit is contained in:
parent
dc02d60690
commit
aa9d48ccc9
@ -1,2 +1,2 @@
|
||||
ALTER TABLE diva_profile
|
||||
DROP skn_eqp,
|
||||
DROP skn_eqp;
|
@ -1,2 +1,2 @@
|
||||
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
|
||||
reader = DivaReader
|
||||
game_codes = [DivaConstants.GAME_CODE]
|
||||
current_schema_version = 5
|
||||
current_schema_version = 6
|
||||
|
Loading…
Reference in New Issue
Block a user