14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20170105160301_add_output_name_to_cr_fts_index.rb
index 220323d15eb96cd05c610fb8adb17534355a2df2..704be954e31dca46a7a86a815e295ed047800203 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddOutputNameToCrFtsIndex < ActiveRecord::Migration
+class AddOutputNameToCrFtsIndex < ActiveRecord::Migration[4.2]
   def up
     t = "container_requests"
     i = "container_requests_full_text_search_idx"