Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20161115174218_add_output_and_log_uuids_to_container_request_search_index.rb
index 9d1e75275ae23e4b57081768ff1c8773686a4157..c5286d6283c3b7bec96c38ab024e2189e8182630 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddOutputAndLogUuidsToContainerRequestSearchIndex < ActiveRecord::Migration
+class AddOutputAndLogUuidsToContainerRequestSearchIndex < ActiveRecord::Migration[4.2]
   def up
     begin
       remove_index :container_requests, :name => 'container_requests_search_index'