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