8015: Finished initial implemention of input and output mounts. Needs tests.
[arvados.git] / services / api / db / structure.sql
index 7600313126847a33e2723c5c58fa4ab00ee442d0..0492c87e1a859df21063834741b7a0ff9c7701a5 100644 (file)
@@ -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