Changing relationship delete rule & CloudKit

Hi,

any side effect to be aware of when changing a core data relationship delete rule from Null to Cascade? I NSPersistentCloudKitContainer to handle CloudKit sync in case that's relevant.

It doesn't look like any migration is required, and the cloudkit schema doesn't change so it seems there's nothing to do on the cloudkit-side either. However I'd prefer to double check to avoid making false assumptions.

I wasn't able to find any documentation on that particular point so if someone can shade some light on how things work under the hood that would be appreciated.

Thanks!

Changing relationship delete rule & CloudKit
 
 
Q