projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add rails version number to migrations
[rails.git]
/
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 ccbc9a5a2a84f2068895bd357b96639ba5b7ba7e..dc4ca41ff9f295613789fdaff7319f93a3762c08 100644
(file)
--- 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
[5.0]
def self.up
add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
end