Ruby rake command to remiove redmine plugin schema from database.

  1. do not delete plugin from plugins directory so far
  2. run the following command:
    rake redmine:plugins:migrate NAME=<plugin which schema is to be removed> VERSION=0
    That should delete all database changes made by the plugin, from the redmine storage.
  3. delete <plugin name> subfolder from /plugin folder.