Add ref contextual columns to the vulnerability_occurrences table
With the vulnerability_occurrences table acting as the primary record representing a vulnerability as it exists within a branch context, certain columns don't make sense in their place on the higher level vulnerabilities table and need to be moved down.
We need to create the following column on the vulnerability_occurences table:
detected_at timestamp with time zone DEFAULT now(),
Edited by 🤖 GitLab Bot 🤖