Ruby rake command to remiove redmine plugin schema from database.
- do not delete plugin from plugins directory so far
- 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. - delete <plugin name> subfolder from /plugin folder.