mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
add migration for allowed_routes in keys table
This commit is contained in:
parent
a953319778
commit
61a9fcf9a5
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "LiteLLM_VerificationToken" ADD COLUMN "allowed_routes" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue