mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 00:43:40 +10:00
fa33f83696
## Description I added the option of downloading a document without the signing certificate for teams. They can disable/enable the option in the preferences tab. The signing certificate can still be downloaded separately from the `logs` page.
3 lines
121 B
SQL
3 lines
121 B
SQL
-- AlterTable
|
|
ALTER TABLE "TeamGlobalSettings" ADD COLUMN "includeSigningCertificate" BOOLEAN NOT NULL DEFAULT true;
|