Skip to content

Introduce Personal Access Token creation date column - #4979

Open
barnabasdomozi wants to merge 1 commit into
Ericsson:masterfrom
barnabasdomozi:pat_creation_date
Open

Introduce Personal Access Token creation date column#4979
barnabasdomozi wants to merge 1 commit into
Ericsson:masterfrom
barnabasdomozi:pat_creation_date

Conversation

@barnabasdomozi

Copy link
Copy Markdown
Collaborator

Previously, the personal_access_tokens table's
last_access column was not updated after the token's creation and therefore it reflected its creation date.
With this change, last_access column is now updated after each login, and a new column is added to save the creation date of the Personal Access Token.

The previous schema migration could not finish because the BackgroundTasks status Enum was missing a name, also added that in this patch.

Previously, the personal_access_tokens table's
last_access column was not updated after the token's creation and
therefore it reflected its creation date.
With this change, last_access column is now updated after each login,
and a new column is added to save the creation date of the Personal
Access Token.

The previous schema migration could not finish because the
BackgroundTasks status Enum was missing a name, also added that in
this patch.
@barnabasdomozi barnabasdomozi added this to the release 6.29.0 milestone Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant