I'm using Core Data with MagicalRecord
, my model has two configurations:
PrefilledConfiguration has four entities, UserDataConfigurations has six. Now I would like to merge them all in the default configuration - what's the best way to achieve that?
Is there a migration necessary? How can I transfer all existing data into the new, merged (default?) configuration?