mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Sorted realtime logs correctly. Fixes #2936
This commit is contained in:
parent
c0fd22cbf6
commit
b8e2258f04
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ async function relationalQuery(websiteId: string, filters: QueryFilters) {
|
|||
where website_event.website_id = {{websiteId::uuid}}
|
||||
${filterQuery}
|
||||
${dateQuery}
|
||||
order by website_event.created_at asc
|
||||
order by website_event.created_at desc
|
||||
limit 100
|
||||
`,
|
||||
params,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue