Opened 10 years ago

Closed 10 years ago

#21842 closed Bug (fixed)

DatabaseFeature.max_index_name_length is redundant of DatabaseOperations.max_name_length

Reported by: Michael Manfre Owned by: Andrew Godwin <andrew@…>
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 Aymeric Augustin, 10 years ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

comment:2 by Andrew Godwin <andrew@…>, 10 years ago

Owner: set to Andrew Godwin <andrew@…>
Resolution: fixed
Status: newclosed

In 9c4ad454d18816d418b0bd31be91fae16c795f15:

Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length

Note: See TracTickets for help on using tickets.
Back to Top