Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PAStheLoD opened this issue May 2, 2011 · 0 comments

Comments

@PAStheLoD
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant