瀏覽代碼

remove unneeded queryOptions

Sven Klemm 7 年之前
父節點
當前提交
0b74ff5cf1
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      public/app/plugins/datasource/postgres/plugin.json

+ 1 - 5
public/app/plugins/datasource/postgres/plugin.json

@@ -18,10 +18,6 @@
 
   "alerting": true,
   "annotations": true,
-  "metrics": true,
-
-  "queryOptions": {
-    "minInterval": true
-  }
+  "metrics": true
 
 }