mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
roll back id adds
This commit is contained in:
parent
ec6454aead
commit
4073d57e64
10 changed files with 14 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ function clickhouseQuery(websites, start_at) {
|
|||
where event_name != ''
|
||||
and ${
|
||||
websites && websites.length > 0
|
||||
? `website_id in (${getCommaSeparatedStringFormat(websites, websites.website_uuid)})`
|
||||
? `website_id in (${getCommaSeparatedStringFormat(websites)})`
|
||||
: '0 = 0'
|
||||
}
|
||||
and created_at >= ${getDateFormat(start_at)}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue