pub async fn get_by_registration_id(
conn: &mut PgConnection,
credit_registration_id: Uuid,
) -> ModelResult<Vec<CreditRegistrationEvent>>Expand description
The per-item timeline, newest first.
pub async fn get_by_registration_id(
conn: &mut PgConnection,
credit_registration_id: Uuid,
) -> ModelResult<Vec<CreditRegistrationEvent>>The per-item timeline, newest first.