Jelajahi Sumber

add table support flag for postgres

Erik Sundell 7 tahun lalu
induk
melakukan
e544f2bc74
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
   }
-
 }