* 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>
3 lines
89 B
SQL
3 lines
89 B
SQL
-- AlterTable
|
|
ALTER TABLE "embed_configs" ADD COLUMN "message_limit" INTEGER DEFAULT 20;
|