build: add vector stores to object permissions
This commit is contained in:
parent
df76b8c7b9
commit
5a32fb89b0
@ -0,0 +1,3 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "LiteLLM_ObjectPermissionTable" ADD COLUMN "vector_stores" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user