Project

General

Profile

Actions

Defect #918

open

Table 'wiki_extensions_comments' already exists:

Added by vincent auroch almost 13 years ago. Updated almost 13 years ago.

Status:
新規(New)
Priority:
通常(Normal)
Assignee:
Start date:
01/19/2012
Due date:
% Done:

0%

Estimated time:

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

Actions #1

Updated by Haru Iida almost 13 years ago

  • Project changed from r-labs to Wiki Extensions
  • Assignee set to Haru Iida
Actions #2

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?

Actions #3

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

Actions #4

Updated by Haru Iida almost 13 years ago

  • Target version changed from 0.3.9 to いつかやる(Unplanned)
Actions

Also available in: Atom PDF