]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/009_way_nodes_node_idx.rb
Merge remote-tracking branch 'upstream/pull/4717'
[rails.git] / db / migrate / 009_way_nodes_node_idx.rb
index 41b7c9fcdfeb409b130a8e0a0339934f4acfdd1d..0a760c7c6ae49018616e138686c626f9d5acab4e 100644 (file)
@@ -1,4 +1,4 @@
-class WayNodesNodeIdx  < ActiveRecord::Migration
+class WayNodesNodeIdx < ActiveRecord::Migration[4.2]
   def self.up
     add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
   end