feat: create additional columns in organization table (#5380)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-07-24 19:50:16 +05:30
committed by GitHub
parent 7068fbfbe2
commit 65471da57b
12 changed files with 114 additions and 6 deletions

View File

@ -129,6 +129,8 @@ pub async fn update_organization(
) -> RouterResponse<api::OrganizationResponse> {
let organization_update = diesel_models::organization::OrganizationUpdate::Update {
org_name: req.organization_name,
organization_details: req.organization_details,
metadata: req.metadata,
};
state
.store