* Some minor updates.

This commit is contained in:
LevelX2 2015-03-20 18:34:20 +01:00
parent e09141b1fc
commit e4cfd917e7

View file

@ -58,7 +58,7 @@ public enum CardRepository {
private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE"; private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE";
private static final String VERSION_ENTITY_NAME = "card"; private static final String VERSION_ENTITY_NAME = "card";
// raise this if db structure was changed // raise this if db structure was changed
private static final long CARD_DB_VERSION = 36; private static final long CARD_DB_VERSION = 37;
// raise this if new cards were added to the server // raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 9; private static final long CARD_CONTENT_VERSION = 9;