Prepare new release

This commit is contained in:
Oleg Agafonov 2021-07-25 01:15:33 +04:00
parent b214e61e9c
commit c6a3d5e588
40 changed files with 43 additions and 43 deletions

View file

@ -34,7 +34,7 @@ public enum CardRepository {
private static final String JDBC_URL = "jdbc:h2:file:./db/cards.h2;AUTO_SERVER=TRUE";
private static final String VERSION_ENTITY_NAME = "card";
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 53;
private static final long CARD_DB_VERSION = 54;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 238;
private Dao<CardInfo, Object> cardDao;