mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-01 05:04:18 +02:00
Swift 4 support
This commit is contained in:
@@ -647,8 +647,9 @@ public extension DataStack {
|
||||
let mappingProviders = storage.migrationMappingProviders
|
||||
do {
|
||||
|
||||
try withExtendedLifetime((sourceSchema.rawModel(), destinationSchema.rawModel())) { (sourceModel, destinationModel) in
|
||||
try withExtendedLifetime((sourceSchema.rawModel(), destinationSchema.rawModel())) {
|
||||
|
||||
let (sourceModel, destinationModel) = $0
|
||||
let mapping = try mappingProviders.findMapping(
|
||||
sourceSchema: sourceSchema,
|
||||
destinationSchema: destinationSchema,
|
||||
|
||||
Reference in New Issue
Block a user