mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Xmage Release 1.4.20V0
This commit is contained in:
parent
13659e064c
commit
ee203cf981
34 changed files with 212 additions and 208 deletions
|
|
@ -58,9 +58,9 @@ 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 = 49;
|
||||
private static final long CARD_DB_VERSION = 50;
|
||||
// raise this if new cards were added to the server
|
||||
private static final long CARD_CONTENT_VERSION = 66;
|
||||
private static final long CARD_CONTENT_VERSION = 67;
|
||||
private final TreeSet<String> landTypes = new TreeSet();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
private Set<String> classNames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue