mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 17:34:05 +08:00
fix bug in query generation with metricColumn
This commit is contained in:
@ -220,7 +220,7 @@ export default class PostgresQuery {
|
||||
|
||||
query += '\n ' + this.buildTimeColumn();
|
||||
if (this.hasMetricColumn()) {
|
||||
query += '\n ' + this.buildMetricColumn();
|
||||
query += ',\n ' + this.buildMetricColumn();
|
||||
}
|
||||
query += this.buildValueColumns();
|
||||
|
||||
|
Reference in New Issue
Block a user