-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ public enum CardRepository { | |
// raise this if db structure was changed | ||
private static final long CARD_DB_VERSION = 53; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
JayDi85
Author
Member
|
||
// raise this if new cards were added to the server | ||
private static final long CARD_CONTENT_VERSION = 233; | ||
private static final long CARD_CONTENT_VERSION = 234; | ||
private Dao<CardInfo, Object> cardDao; | ||
private Set<String> classNames; | ||
private final RepositoryEventSource eventSource = new RepositoryEventSource(); | ||
|
@JayDi85 Shouldn't this have been increased after merging #7127?