mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-03 20:17:35 +01:00
Add missing migration to database builder
This commit is contained in:
parent
da6b68fd2e
commit
c449a94260
@ -8,6 +8,7 @@ val dbModule = module {
|
||||
single(createdAtStart = true) {
|
||||
Room.databaseBuilder(get(), Database::class.java, "readrops-db")
|
||||
.addMigrations(Database.MIGRATION_1_2)
|
||||
.addMigrations(Database.MIGRATION_2_3)
|
||||
.build()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user