Skip to content

Ignore deprecated column and remove references to it

Kerri Miller requested to merge 14770-ignore-deprecated-column-on-projects into master

What does this MR do?

This is the first of 3 steps to removing merge_requests_require_code_owner_approval from the database.

  1. Ignore the column in the class definition
  2. Drop the column from the DB
  3. Remove the ignoring of the column in the class definition

Data in this column has previously been migrated (!15862 (merged)) to individual ProtectedBranches records.

Closes #14770 (closed) Related to #13251 (closed)

Originally, I wasn't aware of the 3-step process that is being used for this process, and thus was presented in a single MR: !18681 (closed)

Merge request reports