redmine-todos-scrum-plugin icon indicating copy to clipboard operation
redmine-todos-scrum-plugin copied to clipboard

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

Open PAStheLoD opened this issue 13 years ago • 0 comments

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)

PAStheLoD avatar May 02 '11 16:05 PAStheLoD