mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
6 lines
148 B
SQL
6 lines
148 B
SQL
-- AlterTable
|
|
ALTER TABLE "Document" ADD COLUMN "authOptions" JSONB;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "Recipient" ADD COLUMN "authOptions" JSONB;
|