Fallback to destructive migration on downgrade

This commit is contained in:
tzugen 2021-12-22 13:38:30 +01:00
parent 5a02467ee8
commit 9f5bc85cf2
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ val appPermanentStorage = module {
.addMigrations(MIGRATION_1_2)
.addMigrations(MIGRATION_2_3)
.addMigrations(MIGRATION_3_4)
.fallbackToDestructiveMigration()
.build()
}