deleting password
This commit is contained in:
parent
36d8cc9a4d
commit
2519fc77d2
15 changed files with 237 additions and 47 deletions
|
@ -0,0 +1,5 @@
|
|||
-- Migration: AddInvalidateToLongTermSession
|
||||
-- Created at: 19/07/2025 10:42:00
|
||||
|
||||
ALTER TABLE authn.long_term_session
|
||||
ADD COLUMN is_invalidated BOOLEAN NOT NULL DEFAULT FALSE;
|
Loading…
Add table
Add a link
Reference in a new issue