mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
address PR comments. line up PSQL / MYSQL
This commit is contained in:
parent
01b517f68e
commit
daf3978970
4 changed files with 33 additions and 40 deletions
|
|
@ -22,7 +22,6 @@ function getTable(type) {
|
|||
|
||||
function getColumn(type) {
|
||||
if (type === 'event') {
|
||||
//return `concat(event_type, '\t', event_value)`;
|
||||
return `event_name`;
|
||||
}
|
||||
return type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue