]> git.openstreetmap.org Git - rails.git/commit
Add migration to add an index on node_id to way_nodes. This index was added
authorTom Hughes <tom@compton.nu>
Mon, 7 Jan 2008 00:30:44 +0000 (00:30 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 7 Jan 2008 00:30:44 +0000 (00:30 +0000)
commit38b7137fe3c5e88b0551c536aa1087a0b32145f4
tree4a03e2943db51a72867be2b6ec8ec8fcbb895149
parent425b3654d711eb01a8ce5511a123cc4c24b6db02
Add migration to add an index on node_id to way_nodes. This index was added
to the live database a month or so back to support rollback in Potlatch.
db/migrate/009_way_nodes_node_idx.rb [new file with mode: 0644]