From e635005626b9b9e28435e253c5e402ef572af7ba Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 29 Nov 2018 10:38:45 +0100 Subject: [PATCH] add table support flag for mysql --- public/app/plugins/datasource/mysql/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/mysql/plugin.json b/public/app/plugins/datasource/mysql/plugin.json index f3a8efe267e..b03e48f4cec 100644 --- a/public/app/plugins/datasource/mysql/plugin.json +++ b/public/app/plugins/datasource/mysql/plugin.json @@ -19,9 +19,9 @@ "alerting": true, "annotations": true, "metrics": true, + "tables": true, "queryOptions": { "minInterval": true } - }