allow DB 22 -> 21 downgrade

This commit is contained in:
Milos Kozak 2022-08-08 22:36:27 +02:00
parent 5e9b2f1cc4
commit 353fd727f6

View file

@ -35,6 +35,7 @@ open class DatabaseModule {
}
})
.fallbackToDestructiveMigration()
.fallbackToDestructiveMigrationOnDowngrade()
.build()
@Qualifier