Missing v33 commit

This commit is contained in:
Oleg Agafonov 2019-01-16 20:59:45 +04:00
parent 32ecb5ceab
commit 14f66029f8
39 changed files with 41 additions and 41 deletions

View file

@ -36,7 +36,7 @@ public enum CardRepository {
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 51;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 123;
private static final long CARD_CONTENT_VERSION = 214;
private Dao<CardInfo, Object> cardDao;
private Set<String> classNames;
private RepositoryEventSource eventSource = new RepositoryEventSource();