allow DB 22 -> 21 downgrade
This commit is contained in:
parent
5e9b2f1cc4
commit
353fd727f6
|
@ -35,6 +35,7 @@ open class DatabaseModule {
|
|||
}
|
||||
})
|
||||
.fallbackToDestructiveMigration()
|
||||
.fallbackToDestructiveMigrationOnDowngrade()
|
||||
.build()
|
||||
|
||||
@Qualifier
|
||||
|
|
Loading…
Reference in a new issue