add avatar_url to the groupable macro

This commit is contained in:
dal 2025-07-09 09:01:24 -06:00
parent 33afab8729
commit 13ac67549f
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ allow_columns_to_appear_in_same_group_by_clause!(
users::id,
users::name,
users::email,
users::avatar_url,
users_to_organizations::role,
datasets::id,
datasets::name,