Skip to content

Drop `code_owner` column from ApprovalMergeRequestRule

What does this MR do?

Drops previously ignored (!37260 (merged)) code_owner column from approval_merge_request_rules per https://docs.gitlab.com/ee/development/what_requires_downtime.html#step-2-dropping-the-column-release-m1

Relatedly, we've already added a replacement index to cover for the loss of the quite useful :merge_request_id, :code_owner index - !40556 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #230835 (closed)

Edited by Kerri Miller

Merge request reports