Skip to content

Commit

Permalink
Fix #19 Change DB version number 3->4
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierperez committed Nov 20, 2018
1 parent 5f6e221 commit 3a115c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class ChuckDbOpenHelper extends SQLiteOpenHelper {

private static final String DATABASE_NAME = "chuck.db";
private static final int VERSION = 3;
private static final int VERSION = 4;

ChuckDbOpenHelper(Context context) {
super(context, DATABASE_NAME, null, VERSION);
Expand Down

0 comments on commit 3a115c3

Please sign in to comment.