Actions
Feature #20192
openMove AuditLogs.tidy_in_background from Rails to controller
Story points:
1.0
Description
Similar situation to #20183.
Looks like we can just do the SQL query from controller in this case, with no system-only Rails endpoint: we don't need to run any Rails hooks, just delete the database rows.
Related issues
Actions