Files
EvoBGP/migrations/sqlite/000021_job_audit_brin.up.sql
T
DenozordecandCursor 21233bd578 chore(db): add job_audit brin index
BRIN-индекс по created_at для retention-удалений.

Co-authored-by: Cursor <[email protected]>
2026-05-25 10:58:57 +07:00

2 lines
81 B
SQL

CREATE INDEX IF NOT EXISTS idx_job_audit_created_brin ON job_audit (created_at);