We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8d01 commit dc98900Copy full SHA for dc98900
migrations/2025-08-04-143048_add-VoidedPostCharge/up.sql
@@ -3,4 +3,4 @@ ALTER TYPE "IntentStatus" ADD VALUE IF NOT EXISTS 'cancelled_post_capture';
3
4
ALTER TYPE "AttemptStatus" ADD VALUE IF NOT EXISTS 'voided_post_charge';
5
6
-ALTER TYPE "EventType" ADD VALUE 'payment_cancelled_post_capture';
+ALTER TYPE "EventType" ADD VALUE IF NOT EXISTS 'payment_cancelled_post_capture';
0 commit comments