Files
tranquil-pds/migrations/20260720_records_cid_index.sql
T
LewisandTangled d00d72895a store: record-by-cid reverse index
Lewis: May this revision serve well! <lu5a@proton.me>
2026-07-25 08:27:40 +03:00

2 lines
88 B
SQL

CREATE INDEX IF NOT EXISTS idx_records_repo_record_cid ON records(repo_id, record_cid);