mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Increased card repository version for 2014-10-05v2 dev release.
This commit is contained in:
parent
e36eb9b193
commit
9fef18af99
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public enum CardRepository {
|
||||||
|
|
||||||
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
|
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
|
||||||
private static final String VERSION_ENTITY_NAME = "card";
|
private static final String VERSION_ENTITY_NAME = "card";
|
||||||
private static final long CARD_DB_VERSION = 32;
|
private static final long CARD_DB_VERSION = 33;
|
||||||
|
|
||||||
private final Random random = new Random();
|
private final Random random = new Random();
|
||||||
private Dao<CardInfo, Object> cardDao;
|
private Dao<CardInfo, Object> cardDao;
|
||||||
|
|
Loading…
Reference in a new issue