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

     1  BEGIN;
     2    DROP INDEX worker_resource_caches_uniq;
     3    DROP INDEX worker_task_caches_uniq;
     4    DROP INDEX worker_resource_config_check_sessions_uniq;
     5  COMMIT;