X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..1b9b67fa8f592a76bb3f69a96a5365983f962f44:/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 ccbc9a5a2..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 +class WayNodesNodeIdx < ActiveRecord::Migration[4.2] def self.up add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx" end