github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1580135204_add_pipelines_last_update.up.sql (about) 1 BEGIN; 2 ALTER TABLE pipelines 3 ADD COLUMN "last_updated" timestamp with time zone NOT NULL DEFAULT '1970-01-01 00:00:00'; 4 COMMIT;