[ARVADOS] updated: 94982cd84ed3b39dca8d47a7786133eac3885a92
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 2 16:00:39 EDT 2014
Summary of changes:
services/api/db/structure.sql | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
via 94982cd84ed3b39dca8d47a7786133eac3885a92 (commit)
from 73988a7629d8ce151983997aac45c04bb150f8f1 (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 94982cd84ed3b39dca8d47a7786133eac3885a92
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Sep 2 15:59:51 2014 -0400
Delete names and description columns from jobs that shouldn't be there. Delete
jobs_owner_uuid_name_unique and pipeline_instance_owner_uuid_name_unique
indexes added by mistake. refs #3036.
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index 9bcb3fb..8fb3416 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -428,9 +428,7 @@ CREATE TABLE jobs (
nondeterministic boolean,
repository character varying(255),
supplied_script_version character varying(255),
- docker_image_locator character varying(255),
- name character varying(255),
- description text
+ docker_image_locator character varying(255)
);
@@ -1797,13 +1795,6 @@ CREATE UNIQUE INDEX index_virtual_machines_on_uuid ON virtual_machines USING btr
--
--- Name: jobs_owner_uuid_name_unique; Type: INDEX; Schema: public; Owner: -; Tablespace:
---
-
-CREATE UNIQUE INDEX jobs_owner_uuid_name_unique ON jobs USING btree (owner_uuid, name);
-
-
---
-- Name: links_tail_name_unique_if_link_class_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -1811,13 +1802,6 @@ CREATE UNIQUE INDEX links_tail_name_unique_if_link_class_name ON links USING btr
--
--- Name: pipeline_instance_owner_uuid_name_unique; Type: INDEX; Schema: public; Owner: -; Tablespace:
---
-
-CREATE UNIQUE INDEX pipeline_instance_owner_uuid_name_unique ON pipeline_instances USING btree (owner_uuid, name);
-
-
---
-- Name: pipeline_template_owner_uuid_name_unique; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
@@ -2025,4 +2009,4 @@ INSERT INTO schema_migrations (version) VALUES ('20140817035914');
INSERT INTO schema_migrations (version) VALUES ('20140818125735');
-INSERT INTO schema_migrations (version) VALUES ('20140826180337');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20140826180337');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list