mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
add migration
This commit is contained in:
parent
8c7051686b
commit
7dcbc8d5be
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "available_on_public_internet" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
||||
Loading…
Add table
Reference in a new issue