Files
sign/packages/prisma/migrations/20240311113243_add_document_auth/migration.sql

6 lines
148 B
MySQL
Raw 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;