iOS8.1 Core-Data Lightweight + Heavyweight Migration
问题 I have Version 1 of my core-data database. (Reduced example) I make some changes to the model, making V2. This involves creating a new entity with type attribute plus a few others. The type attribute is the link to the plate entity. The new version of my app is released and the data migrates ok as this is lightweight. For my own reasons at the time, I did not create a relationship at this time. Sometime later I decide to do some bigger changes to the structure, creating new entities