mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 20:01:57 +02:00
WIP
This commit is contained in:
@@ -32,11 +32,12 @@ import Foundation
|
||||
/**
|
||||
The `SchemaMappingProvider` provides migration mapping information between two `DynamicSchema` versions.
|
||||
*/
|
||||
public protocol SchemaMappingProvider {
|
||||
public protocol SchemaMappingProvider: Sendable {
|
||||
|
||||
/**
|
||||
Do not call directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
func cs_createMappingModel(
|
||||
from sourceSchema: DynamicSchema,
|
||||
to destinationSchema: DynamicSchema,
|
||||
|
||||
Reference in New Issue
Block a user