Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
a5306cc1
Commit
a5306cc1
authored
9 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
Add flyway for accessToken
parent
bfd52b2f
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!65
Resolve "Prevent users from adding an existing SSH key"
,
!60
1.6.5 fix processing bulk
,
!2
added token management
Pipeline
#89106
passed
9 months ago
Stage: test
This commit is part of merge request
!2
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
+1
-1
1 addition, 1 deletion
...ration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
with
1 addition
and
1 deletion
src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
+
1
−
1
Edit
View file @
a5306cc1
...
...
@@ -5,4 +5,4 @@ create table access_tokens (
user_id
bigint
,
valid
boolean
not
null
,
primary
key
(
id
)
ó
);
\ No newline at end of file
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment