I'm trying to clean up a project I have that uses Core Data. The data model has 20 different versions. Each version throws a warning about 'The inverse relationship for UserMO.specialties does not reciprocate an inverse relationship'.
Can I go and add inverse relationships to my older and current model versions, without corrupting anything? Or do I need to create a new model version, for which a lightweight migration will be performed?