add table support flag for postgres

This commit is contained in:
Erik Sundell
2018-11-29 10:39:13 +01:00
parent 699f6aecc6
commit e544f2bc74

View File

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