Removed extra TODO, migration process was decided.

This commit is contained in:
Eric Davis
2010-08-09 11:50:14 -07:00
parent 66f3a07e75
commit 0cb4b1941a
@@ -5,10 +5,6 @@ module RedmineContracts
set_table_name 'deliverables'
end
# TODO: decide how this is activated.
# Have the user dump yaml themselves? Or rename the tables and
# SQL select the data out into yaml?
# Deliverable.all.collect {|d| d.attributes}.to_yaml
class BudgetPluginMigration
@@data = nil