X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..HEAD:/db/migrate/009_way_nodes_node_idx.rb diff --git a/db/migrate/009_way_nodes_node_idx.rb b/db/migrate/009_way_nodes_node_idx.rb index dc4ca41ff..0a760c7c6 100644 --- a/db/migrate/009_way_nodes_node_idx.rb +++ b/db/migrate/009_way_nodes_node_idx.rb @@ -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