[ARVADOS] updated: 76e3d80bcc1548daba7bca97711684e5d68c1624

Git user git at public.curoverse.com
Tue Apr 11 16:18:52 EDT 2017


Summary of changes:
 services/api/db/structure.sql | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

       via  76e3d80bcc1548daba7bca97711684e5d68c1624 (commit)
      from  777e716728a7da63ece00df7e5bb8be7f9a2a1a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 76e3d80bcc1548daba7bca97711684e5d68c1624
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Apr 11 15:56:56 2017 -0400

    10401: Get structure.sql from master.

diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index d877452..e25a2a9 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -297,7 +297,8 @@ CREATE TABLE container_requests (
     scheduling_parameters text,
     output_uuid character varying(255),
     log_uuid character varying(255),
-    output_name character varying(255) DEFAULT NULL::character varying
+    output_name character varying(255) DEFAULT NULL::character varying,
+    output_ttl integer DEFAULT 0 NOT NULL
 );
 
 
@@ -2753,4 +2754,6 @@ INSERT INTO schema_migrations (version) VALUES ('20170216170823');
 
 INSERT INTO schema_migrations (version) VALUES ('20170301225558');
 
-INSERT INTO schema_migrations (version) VALUES ('20170328215436');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20170328215436');
+
+INSERT INTO schema_migrations (version) VALUES ('20170330012505');
\ No newline at end of file

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list