Open
Bug 1525807
Opened 7 years ago
Updated 7 years ago
Add a custom field type that is a single select and isolated from the bugs schema
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
ASSIGNED
People
(Reporter: jfearn, Assigned: jfearn)
Details
Currently to add a single option select custom field the bugs schema is updated, this requires an outage on sites with a large number of bugs as it will lock the bugs table for an extended period.
The multi select CF does not have this issue as it creates a new table for the CF values and another table to join the bugs table and the new CF table.
Create a new CF type that has the schema separation of the mutli select but only allows a single relationship between a bug and the CF table.
| Assignee | ||
Updated•7 years ago
|
Assignee: general → jfearn
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•