mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 12:50:58 +03: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