anything-llm/server/prisma/migrations/20241003192954_init/migration.sql
Sean Hatfield be6289d141
Daily message limit per user (#2417)
* set message limit per user

* remove old limit user messages + unused admin page

* fix daily message validation

* refactor message limit input
refactor canSendChat on user to a method on user model

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-10-15 14:01:29 -07:00

3 lines
74 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "dailyMessageLimit" INTEGER;