Added by Shaunt Libarian over 13 years ago
How do you re-create your db entries for all your plugins. I am having an issue with the scheduling plugin. I issue rake db:migrate_plugins RAILS_ENV=production and it does not create my database tables.
Any help would be great.
Try RAILS_ENV=production rake db:migrate:plugin NAME=redmine_whatever VERSION=0
(that will reset the migrations for that plugin to nothing) followed by RAILS_ENV=production rake db:migrate:plugin NAME=redmine_whatever
.