mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
6fc5e565d0
Adds the visibility property to templates
3 lines
115 B
SQL
3 lines
115 B
SQL
-- AlterTable
|
|
ALTER TABLE "Template" ADD COLUMN "visibility" "DocumentVisibility" NOT NULL DEFAULT 'EVERYONE';
|