X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cec0f7c11949b55b1c1589700641788ee3fd3ec4..f4ca9ad94a6bb006d1f3c7ba207837f1736d1247:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 5e0c4d0f07..e482e6e607 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -1415,7 +1415,7 @@ ALTER TABLE ONLY virtual_machines -- Name: api_client_authorizations_search_index; Type: INDEX; Schema: public; Owner: -; Tablespace: -- -CREATE INDEX api_client_authorizations_search_index ON api_client_authorizations USING btree (api_token, created_by_ip_address, last_used_by_ip_address, default_owner_uuid); +CREATE INDEX api_client_authorizations_search_index ON api_client_authorizations USING btree (api_token, created_by_ip_address, last_used_by_ip_address, default_owner_uuid, uuid); -- @@ -2578,4 +2578,6 @@ INSERT INTO schema_migrations (version) VALUES ('20151215134304'); INSERT INTO schema_migrations (version) VALUES ('20151229214707'); -INSERT INTO schema_migrations (version) VALUES ('20160208210629'); \ No newline at end of file +INSERT INTO schema_migrations (version) VALUES ('20160208210629'); + +INSERT INTO schema_migrations (version) VALUES ('20160209155729'); \ No newline at end of file