mirror of
https://github.com/documenso/documenso.git
synced 2026-08-24 07:12:23 +10:00
Stop sending automated reminders after a configurable threshold (default 5) and reset the count on manual resend.
3 lines
97 B
SQL
3 lines
97 B
SQL
-- AlterTable
|
|
ALTER TABLE "Recipient" ADD COLUMN "reminderCount" INTEGER NOT NULL DEFAULT 0;
|