pub async fn get_latest_including_deleted_by_user_id(
conn: &mut PgConnection,
user_id: Uuid,
) -> ModelResult<Option<VerifiedStudentNumber>>Expand description
The account’s most recent link, retired ones included: a retired link is the only record an unlinked account has of the Sisu person its linking mail was addressed to.