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…
Reference in New Issue