build: add vector stores to object permissions

This commit is contained in:
Ishaan Jaff
2025-05-28 18:55:05 -07:00
parent df76b8c7b9
commit 5a32fb89b0
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_ObjectPermissionTable" ADD COLUMN "vector_stores" TEXT[] DEFAULT ARRAY[]::TEXT[];