this repo has no description
1ALTER TABLE records ADD COLUMN repo_rev TEXT; 2CREATE INDEX idx_records_repo_rev ON records(repo_rev);