mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
increased version for the cards db
This commit is contained in:
parent
68088627b5
commit
4e44a66b64
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public enum CardRepository {
|
||||||
instance;
|
instance;
|
||||||
|
|
||||||
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 long DB_VERSION = 2;
|
private static final long DB_VERSION = 3;
|
||||||
|
|
||||||
private Random random = new Random();
|
private Random random = new Random();
|
||||||
private Dao<CardInfo, Object> cardDao;
|
private Dao<CardInfo, Object> cardDao;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue