X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9325dabcc2b6c32a589ba86cc052946b4875eb1d..1a4282c6d30b209a882c255e0d5777851ff6f034:/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