mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
get min/max date from website_event_stats_hourly view
This commit is contained in:
parent
d800b42b6b
commit
b5f5f07b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ async function clickhouseQuery(websiteId: string) {
|
|||
select
|
||||
min(created_at) as mindate,
|
||||
max(created_at) as maxdate
|
||||
from website_event
|
||||
from website_event_stats_hourly
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at >= {startDate:DateTime64}
|
||||
`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue