mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
4 lines
177 B
SQL
4 lines
177 B
SQL
-- AlterTable
|
|
ALTER TABLE "Document" ADD COLUMN "includeAuditTrail" BOOLEAN NOT NULL DEFAULT true,
|
|
ADD COLUMN "includeSigningCertificate" BOOLEAN NOT NULL DEFAULT true;
|