mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-30 17:36:25 +00:00
Remove useless icons in prompt bar Add chatMode column to workspaces that defaults to chat Add UI for toggle of chat mode with hint Update UI for workspace settings to match designs
2 lines
82 B
SQL
2 lines
82 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspaces" ADD COLUMN "chatMode" TEXT DEFAULT 'chat';
|