delete audit_log_entries not working
I try to delete the conetnt of audit_log_entries but its not working, is it restricted to delete the content of this file?
DELETE FROM audit_log_entries
WHERE id IN (
SELECT id FROM audit_log_entries
ORDER BY id ASC
LIMIT 1000
);
DELETE FROM audit_log_entries
WHERE id IN (
SELECT id FROM audit_log_entries
ORDER BY id ASC
LIMIT 1000
);
