Преглед изворни кода

add table support flag for postgres

Erik Sundell пре 7 година
родитељ
комит
e544f2bc74
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/plugins/datasource/postgres/plugin.json

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

@@ -19,9 +19,9 @@
   "alerting": true,
   "annotations": true,
   "metrics": true,
+  "tables": true,
 
   "queryOptions": {
     "minInterval": true
   }
-
 }