projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[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 41b7c9fcdfeb409b130a8e0a0339934f4acfdd1d..0a760c7c6ae49018616e138686c626f9d5acab4e 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[4.2]
def self.up
add_index "way_nodes", ["node_id"], :name => "way_nodes_node_idx"
end