address PR comments. line up PSQL / MYSQL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user