mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
increased DB version number after change of cardnumbers from Black Lotus.
This commit is contained in:
parent
f76ee65bf5
commit
b8b83816a6
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public enum CardRepository {
|
||||||
|
|
||||||
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 String VERSION_ENTITY_NAME = "card";
|
private static final String VERSION_ENTITY_NAME = "card";
|
||||||
private static final long CARD_DB_VERSION = 10;
|
private static final long CARD_DB_VERSION = 11;
|
||||||
|
|
||||||
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