mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f9d09c8b54
17 changed files with 108 additions and 69 deletions
|
|
@ -81,7 +81,7 @@ async function clickhouseQuery(data: {
|
|||
a.dynamicDataType === DATA_TYPE.array
|
||||
? a.value
|
||||
: null,
|
||||
numeric_value: a.dynamicDataType === DATA_TYPE.number ? a.value : null,
|
||||
number_value: a.dynamicDataType === DATA_TYPE.number ? a.value : null,
|
||||
date_value: a.dynamicDataType === DATA_TYPE.date ? getDateFormat(a.value) : null,
|
||||
data_type: a.dynamicDataType,
|
||||
created_at: createdAt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue