mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
* Modern Masters set - Fixed wrong release date.
This commit is contained in:
parent
31a2f08efe
commit
2a5c80b393
3 changed files with 6 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ public enum ExpansionRepository {
|
|||
|
||||
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
|
||||
private static final String VERSION_ENTITY_NAME = "expansion";
|
||||
private static final long EXPANSION_DB_VERSION = 2;
|
||||
private static final long EXPANSION_DB_VERSION = 3;
|
||||
|
||||
private Dao<ExpansionInfo, Object> expansionDao;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue