feat: last used column for api tokens (#3230)

This commit is contained in:
Catalin Pit
2026-08-25 18:07:31 +10:00
committed by GitHub
parent 73d58bdf31
commit 10f2b80025
6 changed files with 58 additions and 10 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "ApiToken" ADD COLUMN "lastUsedAt" TIMESTAMP(3);