Skip to content

Change column null for `traversal_ids` of the `vulnerability_reads`

Mehmet Emin INAC requested to merge minac_change_traversal_ids_column_null into master

What does this MR do and why?

This MR changes the traversal_ids column of the vulnerability_reads table from nullable to not nullable.

There are no null records in the database yet and the application logic is always setting array values for this column.

Merge request reports