Ensure releases_access_level is less than or equal to repository_access_level
What does this MR do and why?
A new column on the project_features
table named releases_access_level
was rolled out recently (!99045 (merged)), and we want to ensure that the default value is not higher than repository_access_level
because it contains repo-related information like tags. See !100170 (comment 1131121596).
Related to #216485 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Alishan Ladhani