fix(router): metadata field update in merchant_account and merchant_connector_account (#359)

Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
This commit is contained in:
chikke srujan
2023-01-18 15:56:09 +05:30
committed by GitHub
parent 0391f5ef01
commit b5ffff30df
9 changed files with 181 additions and 114 deletions

View File

@ -158,6 +158,7 @@ diesel::table! {
publishable_key -> Nullable<Varchar>,
storage_scheme -> MerchantStorageScheme,
locker_id -> Nullable<Varchar>,
metadata -> Nullable<Jsonb>,
routing_algorithm -> Nullable<Json>,
}
}