[ARVADOS] updated: 87ab50f76bd6dde4c362e437323c9f1705889243

git at public.curoverse.com git at public.curoverse.com
Mon Feb 16 16:18:17 EST 2015


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

       via  87ab50f76bd6dde4c362e437323c9f1705889243 (commit)
      from  20abd5d545f9f1102bcd28ee4cab7a2453e28cb4 (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 87ab50f76bd6dde4c362e437323c9f1705889243
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Mon Feb 16 15:58:28 2015 -0500

    5197: needed one more udpate

diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index 1332995..afc0351 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -169,7 +169,6 @@ CREATE TABLE collections (
     description character varying(524288),
     properties text,
     expires_at date,
-    redundancy_confirmed_by_client_uuid character varying(255),
     file_names character varying(8192)
 );
 
@@ -2361,4 +2360,4 @@ INSERT INTO schema_migrations (version) VALUES ('20150206210804');
 
 INSERT INTO schema_migrations (version) VALUES ('20150206230342');
 
-INSERT INTO schema_migrations (version) VALUES ('20150216193428');
+INSERT INTO schema_migrations (version) VALUES ('20150216193428');
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list