Просмотр исходного кода

add table support flag for mysql

Erik Sundell 7 лет назад
Родитель
Сommit
e635005626
1 измененных файлов с 1 добавлено и 1 удалено
  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
   }
-
 }