Skip to content

Commit

Permalink
Add refresh token value index on db (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello authored Mar 11, 2024
1 parent 21845a8 commit a0922af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE refresh_token ADD CONSTRAINT rt_tvh_idx UNIQUE (token_value);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE refresh_token ADD CONSTRAINT rt_tvh_idx UNIQUE (token_value(767));

0 comments on commit a0922af

Please sign in to comment.