mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
remove unused setting
This commit is contained in:
@ -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'] }]];
|
||||
|
Reference in New Issue
Block a user