3 lines
72 B
SQL
3 lines
72 B
SQL
|
|
DELETE FROM audit_log
|
||
|
|
WHERE changed_at < (now() - interval '180 days');
|