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