mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into feat/um-290-update-clickhouse-client
This commit is contained in:
commit
8e240af9e8
325 changed files with 2853 additions and 3296 deletions
|
|
@ -8,7 +8,7 @@ export async function getRetention(
|
|||
filters: {
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
timezone: string;
|
||||
timezone?: string;
|
||||
},
|
||||
]
|
||||
) {
|
||||
|
|
@ -23,7 +23,7 @@ async function relationalQuery(
|
|||
filters: {
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
timezone: string;
|
||||
timezone?: string;
|
||||
},
|
||||
): Promise<
|
||||
{
|
||||
|
|
@ -103,7 +103,7 @@ async function clickhouseQuery(
|
|||
filters: {
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
timezone: string;
|
||||
timezone?: string;
|
||||
},
|
||||
): Promise<
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue