mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
fix prisma query, column name
This commit is contained in:
parent
88aa341821
commit
0e782f3bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ async function relationalQuery(websiteId: string, column: string, startDate: Dat
|
||||||
inner join session
|
inner join session
|
||||||
on session.session_id = website_event.session_id
|
on session.session_id = website_event.session_id
|
||||||
where website_event.website_id = {{websiteId::uuid}}
|
where website_event.website_id = {{websiteId::uuid}}
|
||||||
and created_at between {{startDate}} and {{endDate}}
|
and website_event.created_at between {{startDate}} and {{endDate}}
|
||||||
`,
|
`,
|
||||||
{
|
{
|
||||||
websiteId,
|
websiteId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue