mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-24 00:24:56 +01:00
Deprecation of legacy ValueContainer and RelationshipContainer properties in favor of @Field propertyWrapper counterpart
This commit is contained in:
@@ -182,12 +182,6 @@ extension DataStack {
|
||||
private let storage: Storage
|
||||
private var subscriber: S?
|
||||
}
|
||||
|
||||
|
||||
// MARK: Deprecated
|
||||
|
||||
@available(*, deprecated, renamed: "MigrationProgress")
|
||||
public typealias MigrationProgress = CoreStore.MigrationProgress<Storage>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user