Skip to content

Commit cdfccc2

Browse files
committed
chore: Resolved comments
1 parent d95296e commit cdfccc2

File tree

1 file changed

+1
-17
lines changed
  • migrations/2025-06-27-120507_update_routing_approach

1 file changed

+1
-17
lines changed
Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
11
-- This file should undo anything in `up.sql`
2-
ALTER TABLE payment_attempt
3-
DROP COLUMN IF EXISTS routing_approach;
4-
5-
DROP TYPE "RoutingApproach";
6-
7-
CREATE TYPE "RoutingApproach" AS ENUM (
8-
'success_rate_exploitation',
9-
'success_rate_exploration',
10-
'contract_based_routing',
11-
'debit_routing',
12-
'rule_based_routing',
13-
'volume_based_routing',
14-
'default_fallback'
15-
);
16-
17-
ALTER TABLE payment_attempt
18-
ADD COLUMN IF NOT EXISTS routing_approach "RoutingApproach";
2+
SELECT 1;

0 commit comments

Comments
 (0)