Skip to content

Commit 9b1e617

Browse files
committed
Add session created_at column with time-window deletion strategy for CLI logout
1 parent 67742ab commit 9b1e617

7 files changed

Lines changed: 2984 additions & 41 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "session" ADD COLUMN "created_at" timestamp NOT NULL DEFAULT now();

0 commit comments

Comments
 (0)