mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
fix geteventdatavalues query
This commit is contained in:
parent
6eefb4173c
commit
c81b1c16c8
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ async function relationalQuery(
|
|||
where event_data.website_id = {{websiteId::uuid}}
|
||||
and event_data.created_at between {{startDate}} and {{endDate}}
|
||||
and event_data.data_key = {{propertyName}}
|
||||
and website_event.event_name = {{eventName}}
|
||||
${filterQuery}
|
||||
group by value
|
||||
order by 2 desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue