Forráskód Böngészése

add table support flag for postgres

Erik Sundell 7 éve
szülő
commit
e544f2bc74
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
   }
-
 }