mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Prepare new release
This commit is contained in:
parent
b214e61e9c
commit
c6a3d5e588
40 changed files with 43 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue