Feat/um 145 re add events (#1733)
* Re-add events. Fix event_type queries. * Re-add eventData * revert CSS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user