You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add in the future the ability to have dependent delete on the snapshots? If a user removes himself from our app we would like to have all his snapshots removed also without having to do it through a method manually.
The text was updated successfully, but these errors were encountered:
Destroy snapshot and all its child snapshots
must be performed manually, snapshots and snapshot items are NEVER destroyed automatically
My initial reaction is that I want to keep that approach.
However as I think about it, if you are deleting the record than its probable that you would want the snapshots deleted too. If you really wanted to keep the snapshots I suspect you would actually mark your record as inactive/archived.
Maybe an option could be helpful.
As it stands however I think its easy enough to just modify your destroy method, even if it does seem a little non-intuitive.
Is it possible to add in the future the ability to have dependent delete on the snapshots? If a user removes himself from our app we would like to have all his snapshots removed also without having to do it through a method manually.
The text was updated successfully, but these errors were encountered: