mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[JOU] Some fixes to card numbers.
This commit is contained in:
parent
6d89011e47
commit
bddbd03d9f
8 changed files with 8 additions and 10 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 = 24;
|
||||
private static final long CARD_DB_VERSION = 26;
|
||||
|
||||
private final Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue