Skip to content

Drop migration that finalizes CleanupPersonalAccessTokensWithNilExpiresAt

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

What does this MR do and why?

This MR drops the migration that finalizes a migration that added an expiration to all tokens that did not have one. Due to the impact on users, this drops the migration to avoid interruption to user workflows without them realizing it.

Note this only will help customers that have not already upgraded to GitLab 16.0. This finalize step will already be run for instances that have already upgraded to GitLab 16.7.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Stan Hu

Merge request reports