dr-itz / RedminePlannerPlugin

Resource planning plugin for Redmine 2.x/3.x - UNMAINTAINED
Other
42 stars 22 forks source link

fixed migration #14

Closed m0n9oose closed 11 years ago

m0n9oose commented 11 years ago

007_mod_plan_tasks_descr.rb doesn't roll back, because table name is missed:

MacBook-Pro-Admin-2:red-tower user$ rake redmine:plugins:migrate NAME=planner VERSION=0 Migrating planner (Planner)... == ModPlanTasksDescr: reverting ============================================== -- remove_column(:created_at) rake aborted! An error has occurred, all later migrations canceled:

You must specify at least one column name. Example: remove_column(:people, :first_name)