pub async fn update_email_for_user(
    conn: &mut PgConnection,
    upstream_id: &i32,
    new_email: String
) -> ModelResult<()>