Add table for Organizations::OrganizationUserAlias
What does this MR do and why?
Add table for Organizations::OrganizationUserAlias
As part of allowing per-organization internal bot users, we need a way to reference these users by the aliases that have been used for the legacy cell so the bots work consistently across organizations. Adding this table for per-organization user references is the first step in this process.
References
- Feature issue: #442780 (closed)
- Extracted from: !186023 (closed)
- Part 1 of this feature: !186690 (merged)
How to set up and validate locally
- Run migrations
- Verify new table exists
- Create
Organizations::OrganizationUserAlias
records on Rails console - Run
rspec spec/models/organizations/organization_user_alias_spec.rb
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 #442780 (closed)