]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/009_way_nodes_node_idx.rb
Add rails version number to migrations
[rails.git] / db / migrate / 009_way_nodes_node_idx.rb
index 41b7c9fcdfeb409b130a8e0a0339934f4acfdd1d..dc4ca41ff9f295613789fdaff7319f93a3762c08 100644 (file)
@@ -1,4 +1,4 @@
-class WayNodesNodeIdx  < ActiveRecord::Migration
+class WayNodesNodeIdx < ActiveRecord::Migration[5.0]
   def self.up
     add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
   end