๐Ÿ“ฆ juspay / hyperswitch

๐Ÿ“„ down.sql ยท 10 lines
1
2
3
4
5
6
7
8
9
10-- This file should undo anything in `up.sql`
ALTER TABLE authentication 
DROP COLUMN IF EXISTS billing_address,
DROP COLUMN IF EXISTS shipping_address,
DROP COLUMN IF EXISTS browser_info,
DROP COLUMN IF EXISTS email,
DROP COLUMN IF EXISTS amount,
DROP COLUMN IF EXISTS currency,
DROP COLUMN IF EXISTS profile_acquirer_id;