๐Ÿ“ฆ juspay / hyperswitch

๐Ÿ“„ down.sql ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13-- This file should undo anything in `up.sql`
ALTER TABLE merchant_account
DROP COLUMN IF EXISTS created_at,
DROP COLUMN IF EXISTS modified_at;


ALTER TABLE merchant_connector_account
DROP COLUMN IF EXISTS created_at,
DROP COLUMN IF EXISTS modified_at;

ALTER TABLE customers
DROP COLUMN IF EXISTS modified_at;