14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20130528134100_update_nodes_index.rb
index 94ea67d97cee143a6f96f844f7000cd460ef6405..5873eaa002e32a8d123504de5ea235ec36788cf2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class UpdateNodesIndex < ActiveRecord::Migration
+class UpdateNodesIndex < ActiveRecord::Migration[4.2]
   def up
     remove_index :nodes, :hostname
     add_index :nodes, :hostname