mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
checkpoint
This commit is contained in:
parent
3e2c098c05
commit
8f934c7e6c
14 changed files with 73 additions and 63 deletions
|
|
@ -22,7 +22,8 @@ function getTable(type) {
|
|||
|
||||
function getColumn(type) {
|
||||
if (type === 'event') {
|
||||
return `concat(event_type, '\t', event_value)`;
|
||||
//return `concat(event_type, '\t', event_value)`;
|
||||
return `event_name`;
|
||||
}
|
||||
return type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue