dalyons / redmine-todos-scrum-plugin

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.
143 stars 43 forks source link

Mysql::Error: Table 'todos' already exists: [...] on rake db:migrate_plugins #42

Open PAStheLoD opened 13 years ago

PAStheLoD commented 13 years ago

Hello,

I got this error:

Mysql::Error: Table 'todos' already exists: CREATE TABLE `todos` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `due` datetime, `priority` int, `parent_id` int, `text` varchar(255), `author_id` int, `assigned_to_id` int, `project_id` int, `issue_id` int, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB

I'm running Rails 2.3.11, Rake 0.8.7 on Ruby 1.8.7 on a Debian Squeeze. I have also installed redmine_backlogs and redmine_google_calendar.

The plugin works beautifully, and I haven't encountered this issue before installing backlogs. Not that I had tried to run db:migrate_plugins before. (backlogs install tries to run it)