Files
geMoldInsight/scripts/db/021_audit_retention.sql
T
2026-03-25 23:59:29 +08:00

3 lines
72 B
SQL

DELETE FROM audit_log
WHERE changed_at < (now() - interval '180 days');