소스 검색

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
 
 }