You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
trying to remove your pluging with rake db:migrate:plugin NAME=redmine_sprints VERSION=0 RAILS_ENV=production
I found the following in 017_remove_sprints_and_tasks.rb :
comment the 3 'Status.create' statement
add t.integer :user_id to creation of table tasks
I hope this may help....
The text was updated successfully, but these errors were encountered:
Hello,
trying to remove your pluging with rake db:migrate:plugin NAME=redmine_sprints VERSION=0 RAILS_ENV=production
I found the following in 017_remove_sprints_and_tasks.rb :
I hope this may help....
The text was updated successfully, but these errors were encountered: