Fixes migration error

This commit is contained in:
ericdecanini 2022-06-15 14:42:08 +02:00
parent d5c5c5734f
commit d40c2f8c78
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ internal class RealmSessionStoreMigration @Inject constructor(
override fun equals(other: Any?) = other is RealmSessionStoreMigration
override fun hashCode() = 1000
val schemaVersion = 29L
val schemaVersion = 30L
override fun migrate(realm: DynamicRealm, oldVersion: Long, newVersion: Long) {
Timber.d("Migrating Realm Session from $oldVersion to $newVersion")