mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 17:35:05 +10:00
6 lines
187 B
SQL
6 lines
187 B
SQL
-- AlterTable
|
|
ALTER TABLE "OrganisationGlobalSettings" ADD COLUMN "defaultRecipients" JSONB;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "TeamGlobalSettings" ADD COLUMN "defaultRecipients" JSONB;
|