mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08: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…
Add table
Add a link
Reference in a new issue