mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01:00
Fixed exception on Room downgrade
This commit is contained in:
parent
273bee1341
commit
30a5abaa34
@ -23,6 +23,7 @@ val appPermanentStorage = module {
|
||||
"ultrasonic-database"
|
||||
)
|
||||
.addMigrations(MIGRATION_1_2)
|
||||
.fallbackToDestructiveMigrationOnDowngrade()
|
||||
.build()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user