Skip to content

Ignore `epic_id` column on `vulnerabilities` table

What does this MR do and why?

epic_id is always nil in production:

[ gstg ] production> Vulnerability.where.not(epic_id: nil).count
=> 0
[ gstg ] production>

It was added when the initial vulnerability table was created, however appears to have never been used.

This MR ignores the column for step 1 of the 3-M drop column process

related to: #268154 (closed) Changelog: deprecated

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 #268154 (closed)

Edited by Michael Becker

Merge request reports