mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[W16] cards added. Still does not show as Standard legal. HELP
This commit is contained in:
parent
2b8f73dbcc
commit
e136e409fd
21 changed files with 890 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ public enum ExpansionRepository {
|
|||
private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE";
|
||||
private static final String VERSION_ENTITY_NAME = "expansion";
|
||||
private static final long EXPANSION_DB_VERSION = 5;
|
||||
private static final long EXPANSION_CONTENT_VERSION = 9;
|
||||
private static final long EXPANSION_CONTENT_VERSION = 10;
|
||||
|
||||
private Dao<ExpansionInfo, Object> expansionDao;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue