Skip to content

Fix MigrateApproverToApprovalRules migration

Mark Chao requested to merge 11927-migration-fix into master

What does this MR do?

At this stage of migration, the rule_type column is not yet present, therefore in migration the older column must be referenced, meaning having the older logic copied into Gitlab::BackgroundMigration::MigrateApproverToApprovalRules

See #11927 (closed) for failure

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Mark Chao

Merge request reports