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.
3 lines
77 B
SQL
3 lines
77 B
SQL
-- AlterTable
|
|
ALTER TABLE "Recipient" ADD COLUMN "signingOrder" INTEGER;
|