fix(storage_models): fix inconsistent field order for merchant account types (#503)

This commit is contained in:
Sanchith Hegde
2023-02-06 18:20:24 +05:30
committed by GitHub
parent feb228cee0
commit dfd1e5e254
2 changed files with 5 additions and 5 deletions

View File

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