build(migration.sql): add new sql migration

This commit is contained in:
Krrish Dholakia
2025-07-18 12:57:28 -07:00
parent 506dc80b15
commit 31ca4da734
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_ManagedVectorStoresTable" ADD COLUMN "litellm_params" JSONB;