github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1517585875_add_name_index_to_builds.up.sql (about) 1 BEGIN; 2 CREATE INDEX builds_name ON builds USING btree (name); 3 COMMIT;