Fix missing metadata

This commit is contained in:
ronaldheft
2022-08-17 20:42:45 -04:00
parent f655f89c49
commit d3172ece9b
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Override point for customization after application launch.
let configuration = Realm.Configuration(
schemaVersion: 3,
schemaVersion: 4,
migrationBlock: { migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
NSLog("Realm schema version was \(oldSchemaVersion)")