X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..4eb2e318afd080f89e76c664a75ba7e09b31fd91:/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