Skip to content

Commit 6ea6992

Browse files
author
Jana Hoch
committed
Fixed a typo in DbHelper
1 parent 9c8391a commit 6ea6992

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ private void createDbVersion6(SQLiteDatabase db) {
344344
+ TYPE_COLUMN + " INTEGER,"
345345
+ TITLE_COLUMN + " TEXT,"
346346
+ CATEGORY_ID_COLUMN + " INTEGER,"
347-
+ NOTES_COLUMN + "TEXT,"
347+
+ NOTES_COLUMN + " TEXT,"
348348
+ PRICE_COLUMN + " INTEGER,"
349349
+ ACCOUNT_ID_COLUMN + " INTEGER,"
350350
+ CURRENCY_COLUMN + " TEXT,"

0 commit comments

Comments
 (0)