pub async fn update_thresholds_by_point(
    conn: &mut PgConnection,
    course_instance_id: Uuid,
    points: i32
) -> ModelResult<()>