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
When deleting a single images EntityCounter(s) are decremented and related records are deleted too (ImageStorage/ImageLocation etc) but this isn't happening for bulk deletes.
The text was updated successfully, but these errors were encountered:
Note - this may best resolved by having the cleanup handler remove storage + location records. Delete handler would need to decrement EC counter, although recalculator logic would tidy up.
A better option would be to enforce referential integrity and use cascade delete on child records, although orphans would need to be cleaned up first.
When deleting a single images EntityCounter(s) are decremented and related records are deleted too (ImageStorage/ImageLocation etc) but this isn't happening for bulk deletes.
The text was updated successfully, but these errors were encountered: