mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Fix id of Natural Selection in mtg-cards-data and update CARD_DB_VERSION
This commit is contained in:
parent
d3b5a5e0d4
commit
c1cbb5f60d
2 changed files with 6 additions and 3 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 = 12;
|
||||
private static final long CARD_DB_VERSION = 13;
|
||||
|
||||
private Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue