mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
update CH event to website_event
This commit is contained in:
parent
05933ff1d2
commit
95ed8a09aa
12 changed files with 15 additions and 142 deletions
|
|
@ -72,7 +72,7 @@ async function clickhouseQuery(
|
|||
count(*) c,
|
||||
min(created_at) min_time,
|
||||
max(created_at) max_time
|
||||
from event
|
||||
from website_event
|
||||
where event_type = ${EVENT_TYPE.pageView}
|
||||
and website_id = {websiteId:UUID}
|
||||
and created_at >= ${getDateFormat(resetDate)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue