Skip to content

Commit dc98900

Browse files
committed
resolve comments
1 parent 79b8d01 commit dc98900

File tree

1 file changed

+1
-1
lines changed
  • migrations/2025-08-04-143048_add-VoidedPostCharge

1 file changed

+1
-1
lines changed

migrations/2025-08-04-143048_add-VoidedPostCharge/up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ALTER TYPE "IntentStatus" ADD VALUE IF NOT EXISTS 'cancelled_post_capture';
33

44
ALTER TYPE "AttemptStatus" ADD VALUE IF NOT EXISTS 'voided_post_charge';
55

6-
ALTER TYPE "EventType" ADD VALUE 'payment_cancelled_post_capture';
6+
ALTER TYPE "EventType" ADD VALUE IF NOT EXISTS 'payment_cancelled_post_capture';

0 commit comments

Comments
 (0)