1 2 3 4 5 6 7-- This file should undo anything in `up.sql` ALTER TABLE payment_attempt DROP COLUMN IF EXISTS routing_approach; DROP TYPE "RoutingApproach";
1 2 3 4 5 6 7
-- This file should undo anything in `up.sql` ALTER TABLE payment_attempt DROP COLUMN IF EXISTS routing_approach; DROP TYPE "RoutingApproach";