mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-31 01:46:25 +00:00
* Refactor api endpoint chat handler to its own function remove legacy `chatWithWorkspace` and cleanup `index.js` * Add `sessionId` in dev API to partition chats logically statelessly
2 lines
78 B
SQL
2 lines
78 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspace_chats" ADD COLUMN "api_session_id" TEXT;
|