Defect #5846
ChangeChangesPathLengthLimit does not remove default for MySQL
Status: | Closed | Start date: | 2010-07-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Database | |||
Target version: | 1.0.1 | |||
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.
Related issues
Associated revisions
History
#1
Updated by Vladimir Schetinin over 12 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
#2
Updated by Holger Just over 12 years ago
- File 5846_migration_fix.patch
added
The issue was discussed in depth in the forum in this thread:
.The attached patch fixes it.
#3
Updated by Eric Davis over 12 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