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

Screenshots or screen recordings

Before After

How to set up and validate locally

  1. 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)

Merge request reports

Loading