rename PostgresQueryBuilder to PostgresMetaQuery

This commit is contained in:
Sven Klemm
2018-07-15 17:12:03 +02:00
parent 070b556fd3
commit b28bf1a4f9
3 changed files with 15 additions and 16 deletions

View File

@ -2,7 +2,6 @@ import _ from 'lodash';
export default class PostgresQuery {
target: any;
queryBuilder: any;
templateSrv: any;
scopedVars: any;