I'm migrating a Data Model using a Mapping Model.
An entity has an attribute named deleted that is not migrating because Core Data takes the deleted property of the NSManagedObject instead of mine.
How can I force the Mapping Model to use my attribute?
Is there anything I can use in the Value Expression? This is what I use now:
Thank you.