Przeglądaj źródła

add table support flag for mysql

Erik Sundell 7 lat temu
rodzic
commit
e635005626
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/app/plugins/datasource/mysql/plugin.json

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

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