Skip to content
Snippets Groups Projects
Commit a5306cc1 authored by kbeyro's avatar kbeyro
Browse files

Add flyway for accessToken

parent bfd52b2f
No related branches found
No related tags found
3 merge requests!65Resolve "Prevent users from adding an existing SSH key",!601.6.5 fix processing bulk,!2added token management
Pipeline #89106 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -5,4 +5,4 @@ create table access_tokens ( ...@@ -5,4 +5,4 @@ create table access_tokens (
user_id bigint, user_id bigint,
valid boolean not null, valid boolean not null,
primary key (id) primary key (id)
ó); );
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment