mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Some fixes to Emblems of Starwars set and Elspeth, Sun Champion.
This commit is contained in:
parent
3516dc75e4
commit
daf34c6bf0
4 changed files with 8 additions and 8 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 = 10;
|
||||
private static final long EXPANSION_CONTENT_VERSION = 11;
|
||||
|
||||
private Dao<ExpansionInfo, Object> expansionDao;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue