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
#896 introduces a delete capability for specific spicedb relations. Although this delete is not transitive and does not clear orphan's in spicedb relation set.
Keep in mind that this approach will leave leaks (e.g., when deleting an org, all relations to its users and wards will be deleted, but not the relations between a room and such a ward) We believe that's ok for now.
--- #896
Two options to deal with this issue:
schedule clean up scripts to check for orphan objects in database.
(preferred) build up transitive delete chains (prune connected objects)
The text was updated successfully, but these errors were encountered:
Describe the chore
#896 introduces a delete capability for specific spicedb relations. Although this delete is not transitive and does not clear orphan's in spicedb relation set.
Two options to deal with this issue:
The text was updated successfully, but these errors were encountered: