Skip to content

NOP migration that finalizes CleanupPersonalAccessTokensWithNilExpiresAt

Stan Hu requested to merge sh-drop-token-expiration-migrations into master

What does this MR do and why?

In GitLab 17.1 !154302 (merged) dropped CleanupPersonalAccessTokensWithNilExpiresAt and a number of other background migration classes. As a result, if this finalize step actually ran, the batched background migration would hit an error.

NOP this migration since it won't do anything now.

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/462157

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports