Add new_uuid to the vulnerability_occurrences table

We need to add a new_uuid to the vulnerability_occurrences table. This column will be necessary as we will need to begin creating UUID's for vulnerability occurrences that also include the branch context id in their generation so that a vulnerability finding can be duplicated across different branches, but not the same branch, in addition to the characteristics we already use to generate UUID's.

Edited by Gregory Havenga