Commit e2c3b6c6 by Sven Klemm

fix suggestions for metric column

parent aa2098fe
...@@ -130,7 +130,7 @@ table_schema IN ( ...@@ -130,7 +130,7 @@ table_schema IN (
break; break;
} }
case 'group': { case 'group': {
query += " AND data_type IN ('text','char','varchar')"; query += " AND data_type IN ('text','character','character varying')";
break; break;
} }
} }
......
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