I made some changes to CoreData's data model without changing the schema. I merely set the indexing on certain attributes. Do I need to do anything in order for the database to pick up the new changes?
What else does the xcmodeldata file do behind the scene aside from letting us model the data model?