Some fixes to Emblems of Starwars set and Elspeth, Sun Champion.

This commit is contained in:
LevelX2 2016-09-29 17:31:20 +02:00
parent 3516dc75e4
commit daf34c6bf0
4 changed files with 8 additions and 8 deletions

View file

@ -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;