Bytebase does not purge the audit logs. If you want to purge the audit logs, please locate the
audit_log table in the metadata database and delete manually.
Copy
Ask AI
DELETE FROM public.audit_logWHERE created_ts < EXTRACT(EPOCH FROM NOW() - INTERVAL '3 months');