Scope down slack_integrations unique index
What does this MR do and why?
This MR removes existing index_slack_integrations_on_team_id_and_alias as requested in #562083 as it needs to be scoped down in order to support Cells Architecture. It replaces removed index with 3 new unique indexes, scoped by the sharding key:
index_slack_integrations_on_team_id_alias_project_idindex_slack_integrations_on_team_id_alias_group_idindex_slack_integrations_on_team_id_alias_organization_id
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
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.
Edited by George Koltsov