Remove unused organization_user_aliases table
What does this MR do and why?
Remove unused organization_user_aliases table
This table was introduced for a potential feature, but before the feature was rolled out it was superceded by the organization_user_details table. Since this table was never used, it should be removed to keep our codebase and db clean.
References
- Removal issue: #546252 (closed)
- Table created in MR !189052 (merged)
- Superceded by table
organization_user_detailsin MR: !191575 (merged)
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
bundle exec rspec spec/models/user_spec.rb spec/models/organizations_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 #546252 (closed)