1 2 3 4 5
BEGIN TRANSACTION; CREATE INDEX Builds_job_name_timestamp on Builds(job_name, timestamp); COMMIT;