Defect #5846
ChangeChangesPathLengthLimit does not remove default for MySQL
| Status: | Closed | Start date: | 2010-07-08 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Eric Davis | % Done: | 100% |
|
| Category: | Database | |||
| Target version: | 1.0.1 | |||
| Affected version: | 1.0.0-RC | Resolution: | Fixed |
Description
The migration fails for MySQL because default is not allowed on a text column. An explicity change_column_default should correct this.
Related issues
Associated revisions
History
Updated by Vladimir Schetinin over 1 year 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 1 year ago
- File 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 1 year 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 set to 1.0.0-RC
- Resolution set to Fixed