added field frm_configs to MerchantConnectorAccount (#831)

Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
rishavkar
2023-04-06 17:12:20 +05:30
committed by GitHub
parent 11df843610
commit f26a632cdb
10 changed files with 84 additions and 2 deletions

View File

@ -241,6 +241,7 @@ diesel::table! {
payment_methods_enabled -> Nullable<Array<Nullable<Json>>>,
connector_type -> ConnectorType,
metadata -> Nullable<Jsonb>,
frm_configs -> Nullable<Jsonb>,
}
}