mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
update CH rawquery and type
This commit is contained in:
parent
35d45334df
commit
98b7624e8f
17 changed files with 169 additions and 52 deletions
|
|
@ -40,7 +40,7 @@ async function clickhouseQuery(websiteId: string) {
|
|||
max(created_at) as maxdate
|
||||
from website_event
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at >= {startDate:DateTime}
|
||||
and created_at >= {startDate:DateTime64}
|
||||
`,
|
||||
params,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue