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 d95296e commit cdfccc2Copy full SHA for cdfccc2
migrations/2025-06-27-120507_update_routing_approach/down.sql
@@ -1,18 +1,2 @@
1
-- 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
18
-ADD COLUMN IF NOT EXISTS routing_approach "RoutingApproach";
+SELECT 1;
0 commit comments