mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
fix suggestions for metric column
This commit is contained in:
parent
aa2098fedf
commit
e2c3b6c6c5
@ -130,7 +130,7 @@ table_schema IN (
|
||||
break;
|
||||
}
|
||||
case 'group': {
|
||||
query += " AND data_type IN ('text','char','varchar')";
|
||||
query += " AND data_type IN ('text','character','character varying')";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user