mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-07 21:28:13 +00:00
3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "workspaces" ADD COLUMN "topN" INTEGER DEFAULT 4 CHECK ("topN" > 0);
|