Select Git revision
20230829120720
-
There is an existing `has_many`/`belongs_to` association between the `vulnerabilities` and `vulnerability_occurrences` tables. We want to make this a legit 1-to-1 relationship eventually. As a step towards that we are adding an `id` column that will eventually be used for a foreign ey constraint. after adding the column and updating the app code to write to the column, we need to backfill the new column. [MR 130058][0] will handle the backfill resolves: #418970 [0]:!130058 Changelog: changed EE: true
There is an existing `has_many`/`belongs_to` association between the `vulnerabilities` and `vulnerability_occurrences` tables. We want to make this a legit 1-to-1 relationship eventually. As a step towards that we are adding an `id` column that will eventually be used for a foreign ey constraint. after adding the column and updating the app code to write to the column, we need to backfill the new column. [MR 130058][0] will handle the backfill resolves: #418970 [0]:!130058 Changelog: changed EE: true
Code owners
Assign users and groups as approvers for specific file changes. Learn more.