mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 19:01:16 +01:00
WIP: custom migration
This commit is contained in:
@@ -74,7 +74,7 @@ internal struct EntityIdentifier: Hashable {
|
||||
|
||||
internal init(_ entityDescription: NSEntityDescription) {
|
||||
|
||||
if let anyEntity = entityDescription.anyEntity {
|
||||
if let anyEntity = entityDescription.coreStoreEntity {
|
||||
|
||||
self.category = .coreStore
|
||||
self.interfacedClassName = NSStringFromClass(anyEntity.type)
|
||||
|
||||
Reference in New Issue
Block a user