mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Some minor updates.
This commit is contained in:
parent
e09141b1fc
commit
e4cfd917e7
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public enum CardRepository {
|
||||||
private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE";
|
private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE";
|
||||||
private static final String VERSION_ENTITY_NAME = "card";
|
private static final String VERSION_ENTITY_NAME = "card";
|
||||||
// raise this if db structure was changed
|
// raise this if db structure was changed
|
||||||
private static final long CARD_DB_VERSION = 36;
|
private static final long CARD_DB_VERSION = 37;
|
||||||
// raise this if new cards were added to the server
|
// raise this if new cards were added to the server
|
||||||
private static final long CARD_CONTENT_VERSION = 9;
|
private static final long CARD_CONTENT_VERSION = 9;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue