mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Increased card repository version.
This commit is contained in:
parent
9f2570bf66
commit
772c4f5edd
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 = 28;
|
||||
private static final long CARD_DB_VERSION = 29;
|
||||
|
||||
private final Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
Loading…
Add table
Reference in a new issue