Defect #918
openTable 'wiki_extensions_comments' already exists:
0%
Description
When doing the plugin migration with
rake db:migrate_plugins RAILS_ENV=production
I receive this error message. Did I missed something ?
Thks
Migrating redmine_wiki_extensions...
CreateWikiExtensionsComments: migrating =================================
-- create_table(:wiki_extensions_comments)
rake aborted!
An error has occurred, all later migrations canceled:
Mysql::Error: Table 'wiki_extensions_comments' already exists: CREATE TABLE `wiki_extensions_comments` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `wiki_page_id` int(11), `key_word` varchar(255), `user_id` int(11), `comment` text, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
Updated by Haru Iida almost 13 years ago
- Project changed from r-labs to Wiki Extensions
- Assignee set to Haru Iida
Updated by Haru Iida almost 13 years ago
Hi Vincent,
What is the version of your redmine and is the version of this plugin?
Have you ever use this plugin before?
Updated by vincent auroch almost 13 years ago
Hello Haru
This occurs with the latest version of the plugin : 0.3.8
We are definitely fan of your pluggin ... we used it for a long time and follow updates with attention.
This has no link with this question, I think that the "header" feature fo WE is missing inside the EN manual of WE
Updated by Haru Iida almost 13 years ago
- Target version changed from 0.3.9 to いつかやる(Unplanned)