pub async fn get_live_by_completion_id(
conn: &mut PgConnection,
course_module_completion_id: Uuid,
) -> ModelResult<Option<CreditRegistration>>Expand description
The live (non-superseded) row for a completion.
pub async fn get_live_by_completion_id(
conn: &mut PgConnection,
course_module_completion_id: Uuid,
) -> ModelResult<Option<CreditRegistration>>The live (non-superseded) row for a completion.