github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1595261696_add_parent_job_id_index.down.sql (about)

     1  BEGIN;
     2    DROP INDEX parent_job_id;
     3  COMMIT;