๐Ÿ“ฆ juspay / hyperswitch

๐Ÿ“„ down.sql ยท 9 lines
1
2
3
4
5
6
7
8
9-- This file should undo anything in `up.sql`
ALTER TABLE payment_intent
DROP COLUMN IF EXISTS tax_status,
DROP COLUMN IF EXISTS discount_amount,
DROP COLUMN IF EXISTS shipping_amount_tax,
DROP COLUMN IF EXISTS duty_amount,
DROP COLUMN IF EXISTS order_date;