mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
fdc3add53c
* 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
3 lines
78 B
SQL
3 lines
78 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspace_chats" ADD COLUMN "api_session_id" TEXT;
|