I\'m using Core Data\'s automatic lightweight migration successfully. However, when a particular entity gets created during a migration, I\'d like to populate it with some d
What about subclassing NSManagedObject for that entity, and then overriding -awakeFromInsert:? Or are you creating this entity in other parts of your app?