github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1584564140_add_archived_to_pipelines.up.sql (about) 1 BEGIN; 2 ALTER TABLE pipelines 3 ADD COLUMN "archived" boolean NOT NULL DEFAULT FALSE; 4 COMMIT;