Files
geMoldInsight/scripts/db/021_audit_retention.sql
T

3 lines
72 B
SQL
Raw Normal View History

2026-03-25 23:59:29 +08:00
DELETE FROM audit_log
WHERE changed_at < (now() - interval '180 days');