jongha / redmine_vote

This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely.
http://www.redmine.org/plugins/redmine_vote_plugin
MIT License
32 stars 6 forks source link

Uninstalling problem: "Invalid VERSION 0.0.1 given." #4

Open InvoicePlane opened 10 years ago

InvoicePlane commented 10 years ago

While running the command for uninstalling

rake redmine:plugins:migrate NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production

I get the following error:

Invalid VERSION 0.0.1 given.
jongha commented 10 years ago

@InvoicePlane Thanks for the report. I will check it very soon.

mbusch commented 9 years ago

Anything new on this? In an Redmine instance I have both the redmine_dashboard and redmine_vote plugins installed - it seems like the latter is breaking the Dashboard, so I wanted to verify it by uninstalling. But that's not possible at the moment.

Even if I replace the version with the currently installed one (1.2.1) it won't work.

Is there any workaround for a full uninstallation?

mbusch commented 9 years ago

Okay, I just now had the idea try the uninstallation (it's nevertheless the database migrations only) like with other Redmine plugins and it worked out.

So this dropped the corresponding table:

rake redmine:plugins:migrate NAME=redmine_vote RAILS_ENV=production VERSION=0