Skip to content

Commit

Permalink
fix: include public profile flag into public_profile rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Nov 22, 2023
1 parent f075c99 commit f4cf46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/011-create-account-table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ FROM
INNER JOIN
account ON login_for_account.account = account.id
WHERE
login_for_account.provider='orcid'
login_for_account.provider='orcid' AND account.public_orcid_profile = TRUE
$$;

0 comments on commit f4cf46d

Please sign in to comment.