mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(analytics): refactor and rewrite authentication related analytics (#7433)
Co-authored-by: Sandeep Kumar <sandeep.kumar@Sandeep-Kumar-LVF93XQXPC.local>
This commit is contained in:
@ -1034,6 +1034,8 @@ impl ToSql<SqlxClient> for AnalyticsCollection {
|
||||
Self::Dispute => Ok("dispute".to_string()),
|
||||
Self::DisputeSessionized => Err(error_stack::report!(ParsingError::UnknownError)
|
||||
.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"))?,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user