Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Add DB migration TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmanak committed Jul 2, 2023
1 parent 5269462 commit b18a172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ internal abstract class AppDb : RoomDatabase() {
fromColumnName = "remote_id",
toColumnName = "recipe_id"
)
class From8To9Migration : AutoMigrationSpec
class From8To9Migration : AutoMigrationSpec // TODO does not rename remote_id to recipe_id
}

0 comments on commit b18a172

Please sign in to comment.