mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Increase DB version due to recent ID changes.
This commit is contained in:
parent
8b08b2a09a
commit
3438123d95
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 = 11;
|
||||
private static final long CARD_DB_VERSION = 12;
|
||||
|
||||
private Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
Loading…
Reference in a new issue