[W16] cards added. Still does not show as Standard legal. HELP

This commit is contained in:
drmDev 2016-04-15 09:15:26 -04:00
parent 2b8f73dbcc
commit e136e409fd
21 changed files with 890 additions and 2 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 = 9;
private static final long EXPANSION_CONTENT_VERSION = 10;
private Dao<ExpansionInfo, Object> expansionDao;