Add uuid to organization table to support GATE/AR work

What does this MR do and why?

This MR adds uuid column to the organizations table with default value using gen_random_uuid_v7() function.

References

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Checkout the branch
  2. Run migration rails db:migrate
  3. Verify that old records have uuid values 🎉

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #603288 (closed)

Edited by Bojan Marjanovic

Merge request reports

Loading
Loading