mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
Fixed 3 more wrong card names and changed the db version to 4 to refresh the db after all the change of card names.
This commit is contained in:
parent
f644ffe041
commit
db4616f821
4 changed files with 4 additions and 4 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 = 3;
|
||||
private static final long DB_VERSION = 4;
|
||||
|
||||
private Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue