address PR comments. line up PSQL / MYSQL

This commit is contained in:
Brian Cao 2022-08-01 20:50:14 -07:00
parent 01b517f68e
commit daf3978970
4 changed files with 33 additions and 40 deletions

View file

@ -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;