X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/abe8fc4c5818165ffb696448c81b3bf1bb5dc1dd..98fd0639a6703084ad9877d9713b8fa4a8dfb03d:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 2eca2caf16..0a2dc8d48e 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -683,8 +683,8 @@ CREATE TABLE pipeline_instances ( components text, updated_at timestamp without time zone NOT NULL, properties text, - state character varying(255), components_summary text, + state character varying(255), started_at timestamp without time zone, finished_at timestamp without time zone, description text