hyades icon indicating copy to clipboard operation
hyades copied to clipboard

Use native `UUID` type for UUID colums

Open sahibamittal opened this issue 6 months ago • 0 comments

Description

Replace UUID columns type from VARCHAR to Postgres native UUID.

Addressed Issue

Closes https://github.com/DependencyTrack/hyades/issues/1417

Checklist

  • [x] I have read and understand the contributing guidelines
  • [ ] This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • [ ] This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • [x] This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • [ ] This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

sahibamittal avatar Aug 15 '24 10:08 sahibamittal