mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 20:50:09 +01:00
be6289d141
* 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>
3 lines
74 B
SQL
3 lines
74 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "dailyMessageLimit" INTEGER;
|