소스 검색

remove unused setting

Sven Klemm 7 년 전
부모
커밋
cdb4e2ba0b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/app/plugins/datasource/postgres/postgres_query.ts

+ 0 - 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'] }]];