anything-llm/server/prisma/migrations/20240405015034_init/migration.sql
Timothy Carambat 94b58249a3
Enable per-workspace provider/model combination (#1042)
* Enable per-workspace provider/model combination

* cleanup

* remove resetWorkspaceChatModels and wipeWorkspaceModelPreference to prevent workspace from resetting model

* add space

---------

Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-04-05 10:58:36 -07:00

3 lines
71 B
SQL

-- AlterTable
ALTER TABLE "workspaces" ADD COLUMN "chatProvider" TEXT;