Merge branch 'master' into 7478-anm-spot-instances
[arvados.git] / services / api / db / structure.sql
index caf7683740c2d7ff55ad922024b4d8a70dffe0a4..0ab30c5e1cf0d2b7af810c0a264ae888a52ebeb5 100644 (file)
@@ -1878,6 +1878,13 @@ CREATE INDEX index_container_requests_on_requesting_container_uuid ON container_
 CREATE UNIQUE INDEX index_container_requests_on_uuid ON container_requests USING btree (uuid);
 
 
+--
+-- Name: index_containers_on_auth_uuid; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE INDEX index_containers_on_auth_uuid ON containers USING btree (auth_uuid);
+
+
 --
 -- Name: index_containers_on_modified_at_uuid; Type: INDEX; Schema: public; Owner: -
 --
@@ -3071,3 +3078,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180313180114');
 
 INSERT INTO schema_migrations (version) VALUES ('20180501182859');
 
+INSERT INTO schema_migrations (version) VALUES ('20180514135529');
+