Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit ca90f59

Browse files
author
Evgenii Kanivets
committed
DB version 3.
1 parent 9b7592d commit ca90f59

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/blogspot/e_kanivets/moneytracker

1 file changed

+1
-1
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/DbHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DbHelper extends SQLiteOpenHelper {
1515

1616
/* DB_VERSION = 1 */
1717
public static final String DB_NAME = "database";
18-
public static final int DB_VERSION = 2;
18+
public static final int DB_VERSION = 3;
1919
public static final String TABLE_RECORDS = "records";
2020
public static final String TABLE_CATEGORIES = "categories";
2121

0 commit comments

Comments
 (0)