From 87ab50f76bd6dde4c362e437323c9f1705889243 Mon Sep 17 00:00:00 2001 From: Radhika Chippada Date: Mon, 16 Feb 2015 15:58:28 -0500 Subject: [PATCH] 5197: needed one more udpate --- services/api/db/structure.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 1332995a86..afc03510d5 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 -- 2.30.2