feat(core): external authentication related schema changes for existing tables (#3904)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-03-05 19:05:43 +05:30
committed by GitHub
parent dbac55683a
commit c09b2b3a2a
27 changed files with 210 additions and 10 deletions

View File

@ -262,6 +262,7 @@ pub async fn update_business_profile_active_algorithm_ref(
is_recon_enabled: None,
payment_link_config: None,
session_expiry: None,
authentication_connector_details: None,
};
db.update_business_profile_by_profile_id(current_business_profile, business_profile_update)
.await