Remove duplicates from vulnerability_occurrences
When trying to introduce UUIDv5 in vulnerability_occurrences table we discovered rows that would introduce duplicate values in the UUID column. This would violate the UNIQUE constraint we have on that column. We need to remove those rows before recalculating UUIDs for older findings.
Showing
Please register or sign in to comment