Skip to content

A plain app to use and test Migrations and Auto-Migrations in Room

License

Notifications You must be signed in to change notification settings

raheemadamboev/room-migration

Repository files navigation

room-migration

A plain app to use and test Migration and Auto-Migration in Room:

  • Auto-Migration by adding new field
  • Auto-Migration by renaming existing field
  • Manual migration by adding new table
  • Testing all migrations in Instrumented test