mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
#21296 Added index to query_results DB table to speed up finding last query timestamp for a given query and host. # Checklist for submitter <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [x] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [x] Manual QA for all new/changed functionality
1 line
107 B
Text
1 line
107 B
Text
Added index to query_results DB table to speed up finding last query timestamp for a given query and host.
|