Bug #2041
Conflict with Backlogs
100%
Description
I’ve just tried to install the subscriptions plugin and get the following error when trying to migrate the database with rake db:migrate_plugins RAILS_ENV=production:
Mysql::Error: Table 'releases’ already exists: CREATE TABLE `releases` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `version_id` int(11) NOT NULL, `created_on` datetime NOT NULL) ENGINE=InnoDB
I’ve also got the redminebacklogs plugin installed, could that be causing a conflict?
Associated revisions
History
#1 Updated by Andriy Lesyuk over 12 years ago
- Status changed from New to Open
- Priority changed from Normal to Major
- Target version set to 0.0.1b
Exactly! Redmine Backlogs also uses releases
table...
Thanks for reporting! Will rename mine.
#2 Updated by Andriy Lesyuk about 11 years ago
- Subject changed from Error trying to install to Conflict with Backlogs
#3 Updated by Andriy Lesyuk about 11 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 80
#4 Updated by Andriy Lesyuk about 11 years ago
- Due date set to 23 Oct 2013
- Status changed from In Progress to Closed
- % Done changed from 80 to 100