Skip to content

Commit 35290fd

Browse files
committed
chore: fix migrations
1 parent ff1c358 commit 35290fd

File tree

1 file changed

+1
-1
lines changed
  • v2_compatible_migrations/2025-02-10-101458_create_index_payment_attempt_payment_id

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-- This file should undo anything in `up.sql`
2-
CREATE INDEX IF NOT EXISTS payment_attempt_payment_id_merchant_id_index ON payment_attempt (payment_id, merchant_id);
2+
DROP INDEX IF EXISTS payment_attempt_payment_id_index;

0 commit comments

Comments
 (0)