mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
adding build
This commit is contained in:
parent
c47bcec6c9
commit
3738ca5ed0
3 changed files with 11 additions and 0 deletions
BIN
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.54-py3-none-any.whl
vendored
Normal file
BIN
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.54-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.54.tar.gz
vendored
Normal file
BIN
litellm-proxy-extras/dist/litellm_proxy_extras-0.4.54.tar.gz
vendored
Normal file
Binary file not shown.
|
|
@ -0,0 +1,11 @@
|
|||
-- DropIndex
|
||||
DROP INDEX "LiteLLM_MCPServerTable_approval_status_idx";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "LiteLLM_MCPServerTable" DROP COLUMN "approval_status",
|
||||
DROP COLUMN "review_notes",
|
||||
DROP COLUMN "reviewed_at",
|
||||
DROP COLUMN "source_url",
|
||||
DROP COLUMN "submitted_at",
|
||||
DROP COLUMN "submitted_by";
|
||||
|
||||
Loading…
Add table
Reference in a new issue