For performance reasons, i want to set the Indexed Attribute to some of my entities. I created a new
core data model version to perform the changes.
Core Data detects the changes and migrates my model to the new version, however, NO INDEXES ARE GENERATED.
If I recreate the database from scratch, the indexes are there.
I checked with SQLite
…