mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
Allow for the deletion of any document with notifications of document cancellation for pending documents.
3 lines
78 B
SQL
3 lines
78 B
SQL
-- AlterTable
|
|
ALTER TABLE "Document" ADD COLUMN "deletedAt" TIMESTAMP(3);
|