Fix id of Natural Selection in mtg-cards-data and update CARD_DB_VERSION

This commit is contained in:
KholdFuzion 2013-07-31 03:02:59 -05:00
parent d3b5a5e0d4
commit c1cbb5f60d
2 changed files with 6 additions and 3 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 = 12;
private static final long CARD_DB_VERSION = 13;
private Random random = new Random();
private Dao<CardInfo, Object> cardDao;