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