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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
When a record is deleted, the behaviour expected is as follows:
Safe to delete
No checks will be carried out here:
These exist as sub documents under the user / organizationn and thus are safe to delete
Dependencies
Check if the model is referenced by other models
If yes, prevent deletion and instruct to delete dependent records first
Cascade
If these records are deleted, ensure that there is a cascade deletion on the child records too
The text was updated successfully, but these errors were encountered: