anything-llm/server/prisma/migrations/20240821215625_init/migration.sql
Timothy Carambat fdc3add53c
Api session id support (#2158)
* 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
2024-08-21 15:25:47 -07:00

3 lines
78 B
SQL

-- AlterTable
ALTER TABLE "workspace_chats" ADD COLUMN "api_session_id" TEXT;