mirror of https://github.com/buster-so/buster.git
add avatar_url to the groupable macro
This commit is contained in:
parent
33afab8729
commit
13ac67549f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue