Opened 11 years ago
Closed 11 years ago
#21842 closed Bug (fixed)
DatabaseFeature.max_index_name_length is redundant of DatabaseOperations.max_name_length
Reported by: | Michael Manfre | Owned by: | |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Release blocker | Keywords: | schema migrations database feature |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
DatabaseFeature.max_index_name_length
(added with schema migrations) is redundant of DatabaseOperations.max_name_length()
.
Change History (2)
comment:1 by , 11 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 11 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 9c4ad454d18816d418b0bd31be91fae16c795f15: