[JOU] Some fixes to card numbers.

This commit is contained in:
LevelX2 2014-04-18 11:39:45 +02:00
parent 6d89011e47
commit bddbd03d9f
8 changed files with 8 additions and 10 deletions

View file

@ -55,7 +55,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 = 24;
private static final long CARD_DB_VERSION = 26;
private final Random random = new Random();
private Dao<CardInfo, Object> cardDao;