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