Skip to content

Modify schema change helper with guard clause

What does this MR do?

In the rare case that the old_column doesn't exist for the cleanup process, we should guard and skip the execution that assumes it is there.

This was found during copy of the implementation in https://gitlab.com/gitlab-services/version-gitlab-com/-/merge_requests/493/diffs#note_365907790

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #223766

Edited by Mayra Cabrera

Merge request reports