Add "ci_runner_controller_runner_scopings" table
What does this MR do and why?
This MR adds a new database table to store the relationships between runner controllers and runners (runner-level scoping).
The implementation creates a new database table to store these relationships, along with the necessary code models to manage them. It also includes proper data validation to ensure the connections are valid, and comprehensive tests to verify everything works correctly.
References
- Part of #582825.
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.