merlyn/server/prisma/migrations/20250709230835_init/migration.sql
Sean Hatfield 49293e7dd7
Configurable message limit for embed chat widget (#4114)
* configurable message limit for embed widget

* remove console log

* make field optional + add fallback

* rework validation logic

* lint

* remove field specific guard, it cannot be lte 0 like all other fields

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-07-10 12:45:53 -07:00

3 lines
89 B
SQL

-- AlterTable
ALTER TABLE "embed_configs" ADD COLUMN "message_limit" INTEGER DEFAULT 20;