Solve a potential issue when one would cleanup "dynamic" notification requests: this was done directly on the table and could therefore leav…
Show more
Solve a potential issue when one would cleanup "dynamic" notification requests: this was done directly on the table and could therefore leave dangling acs_objects around - cleanup all acs_objects of type 'notification_request' that do not have a corresponding entry in the table (~35000 downstream) - embed logic of delete_dynamic_requests query inside select_invalid_request_ids query, as there the deletion is done properly
Show less