We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a356d9 commit 55c6ec4Copy full SHA for 55c6ec4
1 file changed
Sources/CustomSchemaMappingProvider.swift
@@ -365,7 +365,6 @@ public class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
365
entityMapping.sourceEntityName = sourceEntity.name
366
entityMapping.sourceEntityVersionHash = sourceEntity.versionHash
367
entityMapping.mappingType = .removeEntityMappingType
368
- entityMapping.sourceExpression = expression(forSource: sourceEntity)
369
370
entityMappings.append(entityMapping)
371
}
0 commit comments