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