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)

enhancement
Not set
normal

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: general → jfearn
Status: NEW → ASSIGNED
You need to log in before you can comment on or make changes to this bug.