Date histogram: Add missing GROUP BY column

remotes/origin/point-grid-bug
Raul Marin 7 years ago committed by Raúl Marín
parent eb4a49ec92
commit 7c5b7641d8

@ -56,7 +56,7 @@ __wd_buckets AS
${ctx.query}
) __source, __wd_tz
${condition_str}
GROUP BY timestamp
GROUP BY timestamp, __wd_tz.name
),`;
}

Loading…
Cancel
Save