WIP: custom migration

This commit is contained in:
John Rommel Estropia
2017-05-09 03:10:35 +09:00
parent 6d04806608
commit 9d65a27557
37 changed files with 1642 additions and 588 deletions

View File

@@ -125,7 +125,7 @@ public final class CSDataStack: NSObject, CoreStoreObjectiveCType {
return bridge(error) {
try self.bridgeToSwift.addStorageAndWait(InMemoryStore.self)
try self.bridgeToSwift.addStorageAndWait(InMemoryStore())
}
}
@@ -143,7 +143,7 @@ public final class CSDataStack: NSObject, CoreStoreObjectiveCType {
return bridge(error) {
try self.bridgeToSwift.addStorageAndWait(SQLiteStore.self)
try self.bridgeToSwift.addStorageAndWait(SQLiteStore())
}
}