chore: add cancelled webhook event (#1608)

https://github.com/user-attachments/assets/9f2ff975-6688-4150-b4e3-0eb21e2b5503
This commit is contained in:
Catalin Pit
2025-01-28 06:34:22 +02:00
committed by GitHub
parent bcef84787d
commit 7e4faef95f
4 changed files with 108 additions and 2 deletions

View File

@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "WebhookTriggerEvents" ADD VALUE 'DOCUMENT_CANCELLED';