Skip to content

Draft: Database changes for MVC on advanced token scopes

What does this MR do and why?

This MR is a first of a series to prepare to introduce a work in progress feature to add advanced scopes to personal access tokens.

It reverts a previous MR I did where I introduced the advanced_scopes column on personal access tokens as a string and replaces it by its own model. There is a bit more context here on that remodel: !154138 (comment 1947786467)

It was recommended that I split this up in a previous draft MR here: !150045 (closed)

This is the database part only of this work.

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.

Merge request reports