Skip to content

Migrate active access_token to rotated CDot application

What does this MR do and why?

Describe in detail what your merge request does and why.

Migrate active access_token to rotated CDot application

Doorkeeper::Application created a new CDot application. This new application replaced old CDot application in Doorkeeper::Application. OauthAccessTokens created before this rotation, are still associated to old CDot application. Some of them are still valid. Those OauthAccessTokens need to be migrated to the new CDot application.

Changelog: other

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #404467

Merge request reports