mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(routing): Add audit trail for routing (#8188)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1400,6 +1400,8 @@ impl ToSql<SqlxClient> for AnalyticsCollection {
|
||||
.attach_printable("DisputeSessionized table is not implemented for Sqlx"))?,
|
||||
Self::Authentications => Err(error_stack::report!(ParsingError::UnknownError)
|
||||
.attach_printable("Authentications table is not implemented for Sqlx"))?,
|
||||
Self::RoutingEvents => Err(error_stack::report!(ParsingError::UnknownError)
|
||||
.attach_printable("RoutingEvents table is not implemented for Sqlx"))?,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user