Fix:iOS downloads #537

This commit is contained in:
advplyr
2023-02-17 13:07:35 -06:00
parent 6cd04e7098
commit 4eeb7f24d8
7 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Override point for customization after application launch.
let configuration = Realm.Configuration(
schemaVersion: 6,
schemaVersion: 7,
migrationBlock: { [weak self] migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
self?.logger.log("Realm schema version was \(oldSchemaVersion)")