My core data store in the previous version to my app is different to the current one in the following ways:
- Attributes missing
- New attributes
- Attributes which need changing
- New entities
- New relationships
- Attributes which need moving between entities
How should I go about migrating my data? What I had in mind before looking into this was that I could just write code that could take the data from the previous model and put it in place in the new model.