Files

6 lines
148 B
MySQL
Raw Permalink Normal View History

2024-03-28 13:13:29 +08:00
-- AlterTable
ALTER TABLE "Document" ADD COLUMN "authOptions" JSONB;
-- AlterTable
ALTER TABLE "Recipient" ADD COLUMN "authOptions" JSONB;