Loading
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
- Checkout the branch
- Run migration
rails db:migrate - Verify that old records have
uuidvalues🎉
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