プロジェクト

全般

プロフィール

Defect #918

未完了

Table 'wiki_extensions_comments' already exists:

vincent auroch さんが約12年前に追加. 約12年前に更新.

ステータス:
新規(New)
優先度:
通常(Normal)
担当者:
対象バージョン:
開始日:
2012/01/19
期日:
進捗率:

0%

予定工数:

説明

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

他の形式にエクスポート: Atom PDF