mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Missing v33 commit
This commit is contained in:
parent
32ecb5ceab
commit
14f66029f8
39 changed files with 41 additions and 41 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue