mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 10:24:02 +08:00
Chore: cleanup after previous commits)
This commit is contained in:
@ -28,11 +28,10 @@ WHERE
|
||||
export class PostgresQueryCtrl extends QueryCtrl {
|
||||
static templateUrl = 'partials/query.editor.html';
|
||||
|
||||
showLastQuerySQL: boolean;
|
||||
formats: any[];
|
||||
queryModel: PostgresQuery;
|
||||
metaBuilder: PostgresMetaQuery;
|
||||
lastQueryError: string;
|
||||
lastQueryError: string | null;
|
||||
showHelp: boolean;
|
||||
tableSegment: any;
|
||||
whereAdd: any;
|
||||
|
Reference in New Issue
Block a user