From 0b74ff5cf17db92d7d4246688a9fde142f4fe6e9 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Wed, 29 Aug 2018 12:51:58 +0200 Subject: [PATCH] remove unneeded queryOptions --- public/app/plugins/datasource/postgres/plugin.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/app/plugins/datasource/postgres/plugin.json b/public/app/plugins/datasource/postgres/plugin.json index f236aa01b06..2c2e1690a65 100644 --- a/public/app/plugins/datasource/postgres/plugin.json +++ b/public/app/plugins/datasource/postgres/plugin.json @@ -18,10 +18,6 @@ "alerting": true, "annotations": true, - "metrics": true, - - "queryOptions": { - "minInterval": true - } + "metrics": true }