Skip to content

Ignore issues.issue_type colum prior to it's removal

Mario Celi requested to merge 416948-ignore-column into master

What does this MR do and why?

We are dropping the issues.issue_type column so we need to ignore it in this release. This MR also changes all remaining places that couldn't be changed up until this point where we will no longer update the issue_type column, before it needed to remain in sync with the correct work_item_type_id

This is the last remaining MR before we can actually drop the column in the next release.

Additional experiments

This was tested in !121459 (closed) by actually dropping the column. Indexes and column removal will be done after this MR in %16.3

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #416948 (closed)

Edited by Mario Celi

Merge request reports