From 0cb4b1941aa99c2192b6cffe8497dedd49793c1e Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 9 Aug 2010 11:50:14 -0700 Subject: [PATCH] Removed extra TODO, migration process was decided. --- lib/redmine_contracts/budget_plugin_migration.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/redmine_contracts/budget_plugin_migration.rb b/lib/redmine_contracts/budget_plugin_migration.rb index 18794e9..34978bb 100644 --- a/lib/redmine_contracts/budget_plugin_migration.rb +++ b/lib/redmine_contracts/budget_plugin_migration.rb @@ -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