pub async fn update_exam_ended_at(
conn: &mut PgConnection,
exam_id: Uuid,
user_id: Uuid,
ended_at: DateTime<Utc>,
) -> ModelResult<()>
pub async fn update_exam_ended_at(
conn: &mut PgConnection,
exam_id: Uuid,
user_id: Uuid,
ended_at: DateTime<Utc>,
) -> ModelResult<()>