Skip to content

Commit d3c423f

Browse files
committed
chore: Bump realm scheme version
1 parent 8736409 commit d3c423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MailCore/Cache/MailboxManager/MailboxManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class MailboxManager: ObservableObject, MailboxManageable {
7575
let realmName = "\(mailbox.userId)-\(mailbox.mailboxId).realm"
7676
realmConfiguration = Realm.Configuration(
7777
fileURL: MailboxManager.constants.rootDocumentsURL.appendingPathComponent(realmName),
78-
schemaVersion: 41,
78+
schemaVersion: 42,
7979
migrationBlock: { migration, oldSchemaVersion in
8080
// No migration needed from 0 to 16
8181
if oldSchemaVersion < 17 {

0 commit comments

Comments
 (0)