I have an app released, and I want to release a new version.
The new version has a very small change in the Core Data model: adding a BOOL attribute ("hasUpdated") to an entity ("Users").
How would I migrate without the app crashing after being updated (obviously) or changing the existing data?