Created
December 5, 2020 09:29
-
-
Save tmaxxdd/dd4cf801292835fd8609e9d71f7cacf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Room | |
.databaseBuilder(this, Database.class, "database") | |
.addMigrations(Migrations.MIGRATION_1_2) | |
.fallbackToDestructiveMigration() | |
.build(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment