increased DB version number after change of cardnumbers from Black Lotus.

This commit is contained in:
LevelX2 2013-07-21 22:58:15 +02:00
parent f76ee65bf5
commit b8b83816a6

View file

@ -54,7 +54,7 @@ public enum CardRepository {
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
private static final String VERSION_ENTITY_NAME = "card";
private static final long CARD_DB_VERSION = 10;
private static final long CARD_DB_VERSION = 11;
private Random random = new Random();
private Dao<CardInfo, Object> cardDao;