Actions
Defect #6037
closedrake db:migrate gives MySQL error during install (on Windows)
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)
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
- Resolution set to Fixed
This has already been corrected in r3860.
Actions