Fallback to destructive migration on downgrade
This commit is contained in:
parent
5a02467ee8
commit
9f5bc85cf2
|
@ -30,6 +30,7 @@ val appPermanentStorage = module {
|
|||
.addMigrations(MIGRATION_1_2)
|
||||
.addMigrations(MIGRATION_2_3)
|
||||
.addMigrations(MIGRATION_3_4)
|
||||
.fallbackToDestructiveMigration()
|
||||
.build()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue