Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created December 5, 2020 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmaxxdd/e9608c143df2c7b4b56a4b0274650293 to your computer and use it in GitHub Desktop.
Save tmaxxdd/e9608c143df2c7b4b56a4b0274650293 to your computer and use it in GitHub Desktop.
Room
.databaseBuilder(this, Database.class, "database")
.addMigrations(Migrations.MIGRATION_1_2)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment