Selaa lähdekoodia

remove unused setting

Sven Klemm 7 vuotta sitten
vanhempi
commit
cdb4e2ba0b
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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'] }]];