mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +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;
|