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

6 lines
148 B
MySQL
Raw Normal View History

2024-03-17 14:17:49 +08:00
-- AlterTable
ALTER TABLE "Document" ADD COLUMN "authOptions" JSONB;
-- AlterTable
ALTER TABLE "Recipient" ADD COLUMN "authOptions" JSONB;