mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
update CH rawquery and type
This commit is contained in:
parent
d13f0bc5fe
commit
e2bb2defd4
17 changed files with 169 additions and 52 deletions
|
|
@ -42,7 +42,7 @@ async function clickhouseQuery(websiteId: string, startDate: Date) {
|
|||
city
|
||||
from website_event
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at >= {startDate:DateTime}
|
||||
and created_at >= {startDate:DateTime64}
|
||||
`,
|
||||
{
|
||||
websiteId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue