mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
v3 prisma queries update
This commit is contained in:
parent
61b667c587
commit
2ffde37f5b
21 changed files with 119 additions and 108 deletions
|
|
@ -103,6 +103,7 @@ async function relationalQuery(
|
|||
${filterQuery}
|
||||
group by name, website_event.session_id, website_event.visit_id
|
||||
) as t
|
||||
where name != ''
|
||||
group by name
|
||||
order by visitors desc, visits desc
|
||||
limit ${limit}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue