adding welcome deck 2017 - closes #3453

This commit is contained in:
Derek Monturo 2017-05-30 07:31:14 -04:00
parent c0041245d5
commit 1d662a0a58
12 changed files with 119 additions and 57755 deletions

View file

@ -28,7 +28,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 = 12;
private static final long EXPANSION_CONTENT_VERSION = 13;
private Dao<ExpansionInfo, Object> expansionDao;