Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Last active February 7, 2022 10:03
Show Gist options
  • Save Farhandroid/e0274ee5fed49c61335185bc1b94712d to your computer and use it in GitHub Desktop.
Save Farhandroid/e0274ee5fed49c61335185bc1b94712d to your computer and use it in GitHub Desktop.
Automigration DB section
@Database(
entities = [User::class],
version = 2,
autoMigrations = [AutoMigration(from = 1, to = 2)],
exportSchema = true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment