remove unused setting

pull/11081/head
Sven Klemm 8 years ago
parent e780b1bce5
commit cdb4e2ba0b
  1. 1
      public/app/plugins/datasource/postgres/postgres_query.ts

@ -21,7 +21,6 @@ export default class PostgresQuery {
target.timeColumn = target.timeColumn || 'time';
target.metricColumn = target.metricColumn || 'None';
target.orderByTime = target.orderByTime || 'ASC';
target.groupBy = target.groupBy || [];
target.where = target.where || [];
target.select = target.select || [[{ type: 'column', params: ['value'] }]];

Loading…
Cancel
Save