add migration for allowed_routes in keys table

This commit is contained in:
Ishaan Jaff 2025-04-16 18:52:06 -07:00
parent a953319778
commit 61a9fcf9a5

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_VerificationToken" ADD COLUMN "allowed_routes" TEXT[] DEFAULT ARRAY[]::TEXT[];