mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
In some MySQL configurations, using a GROUP BY that doesn't refer to every column in the SELECT will throw errors. Replace the use of GROUP BY with SELECT DISTINCT as this is also more clear as to the intentions of the query. Fixes #1249 |
||
|---|---|---|
| .. | ||
| config | ||
| contexts | ||
| datastore | ||
| kolide | ||
| license-checker | ||
| mock | ||
| pubsub | ||
| service | ||
| test | ||
| version | ||
| websocket | ||