Explorar o código

add table support flag for postgres

Erik Sundell %!s(int64=7) %!d(string=hai) anos
pai
achega
e544f2bc74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   }
-
 }