mirror of
https://github.com/documenso/documenso.git
synced 2026-07-20 15:06:14 +10:00
feat: add default recipients for teams and orgs (#2248)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "OrganisationGlobalSettings" ADD COLUMN "defaultRecipients" JSONB;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "TeamGlobalSettings" ADD COLUMN "defaultRecipients" JSONB;
|
||||
Reference in New Issue
Block a user