X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39ccab11524517c101fad39eab02603022f15a99..b47e664b17efbedd41b868d05164272d5549ffc1:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 7600313126..0492c87e1a 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -337,7 +337,8 @@ CREATE TABLE containers ( container_image character varying(255), progress double precision, priority integer, - updated_at timestamp without time zone NOT NULL + updated_at timestamp without time zone NOT NULL, + exit_code integer ); @@ -2565,4 +2566,6 @@ INSERT INTO schema_migrations (version) VALUES ('20150526180251'); INSERT INTO schema_migrations (version) VALUES ('20151202151426'); -INSERT INTO schema_migrations (version) VALUES ('20151215134304'); \ No newline at end of file +INSERT INTO schema_migrations (version) VALUES ('20151215134304'); + +INSERT INTO schema_migrations (version) VALUES ('20151229214707'); \ No newline at end of file