Project

General

Profile

Actions

Defect #6037

closed

rake db:migrate gives MySQL error during install (on Windows)

Added by Xagyg Wulf about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-05
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

C:\dev\redmine-1.0.0>rake db:migrate
(in C:/dev/redmine-1.0.0)
ChangeChangesPathLengthLimit: migrating =================================
-- change_column(:changes, :path, :text)
rake aborted!
An error has occurred, all later migrations canceled:

Mysql::Error: BLOB/TEXT column 'path' can't have a default value: ALTER TABLE `c
hanges` CHANGE `path` `path` text DEFAULT '' NOT NULL

(See full trace by running task with --trace)

Actions #1

Updated by Felix Schäfer about 14 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

This has already been corrected in r3860.

Actions

Also available in: Atom PDF