mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Updated CardRepository number for next dev version.
This commit is contained in:
parent
eb0e373d0f
commit
1074de604a
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 VERSION_ENTITY_NAME = "card";
|
||||
private static final long CARD_DB_VERSION = 22;
|
||||
private static final long CARD_DB_VERSION = 23;
|
||||
|
||||
private final Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
Loading…
Reference in a new issue