Chore: cleanup after previous commits)

This commit is contained in:
Ryan McKinley
2020-05-31 07:45:39 -07:00
committed by GitHub
parent 53b9f325c0
commit 2760889501
6 changed files with 4 additions and 18 deletions

View File

@ -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;