Skip to content

Remove `ignore_column` statement from vulnerabilities model

What does this MR do and why?

This MR remove the ignore_column as step 3 of the 3-M drop column process

All of the columns mentioned in this ignore_column have been dropped in %16.8 as part of #431989 (closed)

postgres.ai check

Running \d+ vulnerabilities shows that the columns in the ignore statement do not exist on the table anymore:

%i[
  due_date 
  due_date_sourcing_milestone_id 
  epic_id 
  milestone_id
  last_edited_at 
  last_edited_by_id 
  start_date 
  start_date_sourcing_milestone_id 
  updated_by_id
]
\d+ vulnerabilities
image

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #268154 (closed)

Edited by Michael Becker

Merge request reports