increased version for the cards db

This commit is contained in:
North 2013-02-05 22:16:37 +02:00
parent 68088627b5
commit 4e44a66b64

View file

@ -53,7 +53,7 @@ public enum CardRepository {
instance;
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
private static final long DB_VERSION = 2;
private static final long DB_VERSION = 3;
private Random random = new Random();
private Dao<CardInfo, Object> cardDao;