1
0
Fork 0

fix schema versions for diva and ongeki

This commit is contained in:
Hay1tsme 2023-04-15 01:31:40 -04:00
parent a416fb09e1
commit 4419310086
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ index = DivaServlet
database = DivaData
reader = DivaReader
game_codes = [DivaConstants.GAME_CODE]
current_schema_version = 1
current_schema_version = 4

View File

@ -7,4 +7,4 @@ index = OngekiServlet
database = OngekiData
reader = OngekiReader
game_codes = [OngekiConstants.GAME_CODE]
current_schema_version = 2
current_schema_version = 4