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