Skip to content

Commit

Permalink
feat: save last used session & return devices in desc order
Browse files Browse the repository at this point in the history
  • Loading branch information
homocodian committed Aug 11, 2024
1 parent e9bf4d8 commit 5ca3089
Show file tree
Hide file tree
Showing 9 changed files with 776 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/db/migrations/0003_wide_inertia.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "session" ADD COLUMN "last_used_at" timestamp with time zone DEFAULT now() NOT NULL;
Loading

0 comments on commit 5ca3089

Please sign in to comment.