Files
sign/packages/prisma/migrations/20240802163841_recipient_signing_order/migration.sql
Ephraim Duncan 3d644db286 feat: signing order (#1290)
Adds the ability to specify an optional signing order for documents.
When specified a document will be considered sequential with recipients
only being allowed to sign in the order that they were specified in.
2024-09-16 22:36:45 +10:00

3 lines
77 B
SQL

-- AlterTable
ALTER TABLE "Recipient" ADD COLUMN "signingOrder" INTEGER;