pub async fn update_part_and_name(
    conn: &mut PgConnection,
    exercise: Uuid,
    part: &str,
    name: &str
) -> ModelResult<()>