adding migration and builds

This commit is contained in:
yuneng-jiang
2026-02-18 23:16:25 -08:00
parent 90a11038f8
commit 7a4383dfd4
3 changed files with 6 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE "LiteLLM_DeletedVerificationToken" ADD COLUMN "last_active" TIMESTAMP(3);
-- AlterTable
ALTER TABLE "LiteLLM_VerificationToken" ADD COLUMN "last_active" TIMESTAMP(3);