mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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;
|
||||
|
||||
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 Dao<CardInfo, Object> cardDao;
|
||||
|
|
Loading…
Reference in a new issue