mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
3 lines
113 B
SQL
3 lines
113 B
SQL
-- AlterTable
|
|
ALTER TABLE "Folder" ADD COLUMN "visibility" "DocumentVisibility" NOT NULL DEFAULT 'EVERYONE';
|