pub async fn upsert(
    conn: &mut PgConnection,
    id: Uuid,
    exercise_id: Uuid,
    order_number: i32
) -> ModelResult<Uuid>