Skip to content

Commit

Permalink
[Fix] Db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Feb 24, 2022
1 parent 19f9909 commit 8207a6a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public void migrate(SupportSQLiteDatabase database) {
"`note_tag` " +
"(`id` INTEGER PRIMARY KEY AUTOINCREMENT, " +
"`note_id` INTEGER, " +
"`tag` TEXT, " +
"`created_date_time` INTEGER)");
"`tag` TEXT)");
}
};
}

0 comments on commit 8207a6a

Please sign in to comment.