Add indices for sharding_key_id for runners and runner managers
What does this MR do and why?
This MR adds indices for sharding_key_id on ci_runners and ci_runner_machines. This will allow for efficient lookups when a project is deleted and we need to find all runners and runner managers that point to that project. See issue for more context.
I've followed the process described in https://docs.gitlab.com/ee/development/database/adding_database_indexes.html#add-an-index-to-support-new-or-updated-queries, and plan to merge a follow-up MR that will leverage these indices in response to projects being deleted, only when this MR is deployed to production on .com.
Changelog: added
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
n/a

