Actions
Defect #5846
closedChangeChangesPathLengthLimit does not remove default for MySQL
Start date:
2010-07-08
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The migration fails for MySQL because default is not allowed on a text column. An explicity change_column_default should correct this.
Files
Related issues
Updated by Vladimir Schetinin over 14 years ago
I can't migrate too.
Migration fails with error about ChangeChangesPathLengthLimit and defaults for columns in MySQL.
versions:
Redmine trunk
Rails 2.3.8
MySQL 5.0.67
Updated by Holger Just over 14 years ago
- File 5846_migration_fix.patch 5846_migration_fix.patch added
The issue was discussed in depth in the forum in this thread:
.The attached patch fixes it.
Updated by Eric Davis over 14 years ago
- Category set to Database
- Status changed from New to Closed
- Assignee set to Eric Davis
- Target version set to 1.0.1
- % Done changed from 0 to 100
- Affected version (unused) set to 1.0.0-RC
- Resolution set to Fixed
Actions