In order to view this lesson, you must purchase this course.
Migrations are a necessary part of Core Data development that helps maintain data consistency and compatibility across different versions of your app. When your models have not changed drastically, you can typically get away with a simple and straightforward <b>Lightweight Migration</b>. In this lesson, we'll go through how to add a different model version for Core Data and also applying the lightweight migration.