Skip to content

Ignore `start_date` column on `vulnerabilities` table

What does this MR do and why?

start_date is always nil in production:

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

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

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)

Merge request reports