Commit be978d1a by Sven Klemm

fix metric column suggestions

parent e2c3b6c6
......@@ -121,7 +121,7 @@ table_schema IN (
break;
}
case 'metric': {
query += " AND data_type IN ('text','char','varchar')";
query += " AND data_type IN ('text','character','character varying')";
break;
}
case 'value': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment