Add organization_id to abuse_report_user_mentions table
What does this MR do and why?
Add organization_id column and respective index + foreign key to abuse_report_user_mentions. It also sets the table gitlab schema to gitlab_main_org.
All tasks of the issue
- Add organization_id column to abuse_report_user... (#563359 - closed) (this MR)
- Populate organization_id in abuse_report_user_m... (#563360 - closed)
- Backfill organization_id column in abuse_report... (#563361 - closed)
- Add sharding_key to abuse_report_user_mentions ... (#563362 - closed)
- Set abuse_report_user_mentions.organization_id ... (#563363 - closed)
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 #563359 (closed)