]> git.openstreetmap.org Git - rails.git/commit
Split comment field out of map bugs table
authorKai Krueger <kakrueger@gmail.com>
Mon, 1 Mar 2010 21:05:40 +0000 (21:05 +0000)
committerKai Krueger <kakrueger@gmail.com>
Mon, 1 Mar 2010 21:05:40 +0000 (21:05 +0000)
commiteac7348ad2793cb3ad72c68bef84ff863af92d5f
tree16374c32ba8098ab43992063c946c0240565b1ce
parent42822a8b89443d5fa6ec815d82684698d2d80b07
Split comment field out of map bugs table

Rather than have all comments in a single text field, have each comment in its own entry
and only combine them back on output
app/controllers/map_bugs_controller.rb
app/models/map_bug.rb
app/models/map_bug_comment.rb [new file with mode: 0644]
db/migrate/051_refactor_map_bug_tables.rb [new file with mode: 0644]