mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
format ktlint
This commit is contained in:
parent
e9e5d680a1
commit
830c38f50b
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ import org.matrix.android.sdk.internal.util.database.RealmMigrator
|
|||
class MigrateSessionTo026(realm: DynamicRealm) : RealmMigrator(realm, 26) {
|
||||
|
||||
override fun doMigrate(realm: DynamicRealm) {
|
||||
|
||||
realm.schema.get("ChunkEntity")
|
||||
?.addField(ChunkEntityFields.ROOT_THREAD_EVENT_ID, String::class.java, FieldAttribute.INDEXED)
|
||||
?.addField(ChunkEntityFields.IS_LAST_FORWARD_THREAD, Boolean::class.java, FieldAttribute.INDEXED)
|
||||
|
|
Loading…
Reference in a new issue