Skip to content

Commit

Permalink
fix: invert join side to user user_profiles as base table
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 31, 2024
1 parent a11e981 commit 326d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/users/user_pii.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ select
empty(ex.external_user_id),
concat('mailto:', email),
ex.external_user_id::String
),
) as external_user_id,
ex.username,
up.name,
up.email
Expand Down

0 comments on commit 326d5e2

Please sign in to comment.