Skip to content

Commit

Permalink
Merge pull request #392 from jogrimst/master
Browse files Browse the repository at this point in the history
#389 Fixed bug
  • Loading branch information
literacyapp authored Mar 27, 2017
2 parents a40e953 + 266ffbe commit 2bf0a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/literacyapp/dao/CustomDaoMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public void onUpgrade(Database db, int oldVersion, int newVersion) {
// }
if (oldVersion < 2000001) {
db.execSQL("ALTER TABLE ALLOPHONE ADD COLUMN `USAGE_COUNT` INTEGER NOT NULL DEFAULT 0;");
db.execSQL("UPDATE ALLOPHONE SET `REVISION_NUMBER` = `REVISION_NUMBER` + 1;");
}

// if (oldVersion < ???) {
Expand Down

0 comments on commit 2bf0a3b

Please sign in to comment.