Project

General

Profile

How to migrate down database?

Added by Denis Tomashenko over 15 years ago

How to migrate down database after deleting plugin?


Replies (1)

RE: How to migrate down database? - Added by Thomas Lecavelier over 15 years ago

You have to migrate down BEFORE deleting a plugin. Time to pray that you haven't deleted the migration added by the plugin...
The syntax required is:

rake db:migrate VERSION=XY # where XY is the number of the latest migration you want to keep. Have a look in db/migrations/ directory to decide what the good migration is.

Try to provide detailed information if this is not enough (redmine version, plugin name installed, in which version, etc.).

    (1-1/1)