Skip to content

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

How to set up and validate locally

  1. Run migrations
  2. Verify new table exists
  3. Create Organizations::OrganizationUserAlias records on Rails console
  4. 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)

Merge request reports

Loading