Skip to content

Commit

Permalink
Merge pull request #474 from Infomaniak/db-version
Browse files Browse the repository at this point in the history
Update schema version
  • Loading branch information
PhilippeWeidmann authored Jan 6, 2023
2 parents 63cdbbf + ae5259b commit 7f03ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Cache/MailboxManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class MailboxManager: ObservableObject {
let realmName = "\(mailbox.userId)-\(mailbox.mailboxId).realm"
realmConfiguration = Realm.Configuration(
fileURL: MailboxManager.constants.rootDocumentsURL.appendingPathComponent(realmName),
schemaVersion: 2,
schemaVersion: 3,
deleteRealmIfMigrationNeeded: true,
objectTypes: [
Folder.self,
Expand Down

0 comments on commit 7f03ba5

Please sign in to comment.