Project

General

Profile

Recreate Database Entries

Added by Shaunt Libarian about 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.


Replies (1)

RE: Recreate Database Entries - Added by Felix Schäfer about 13 years ago

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.

    (1-1/1)