mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Feat/um 145 re add events (#1733)
* Re-add events. Fix event_type queries. * Re-add eventData * revert CSS.
This commit is contained in:
parent
796c65fa29
commit
fcb1767eb1
13 changed files with 222 additions and 167 deletions
|
|
@ -58,7 +58,7 @@ async function clickhouseQuery(
|
|||
from event as x
|
||||
where website_id = $1
|
||||
and rev_id = $2
|
||||
and event_name = ''
|
||||
and event_type = 1
|
||||
and ${getBetweenDates('created_at', startDate, endDate)}
|
||||
${filterQuery}
|
||||
group by x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue