diff --git a/schema/tables/windows_updates.yml b/schema/tables/windows_updates.yml index a56c51290f..ffb3e0dacb 100644 --- a/schema/tables/windows_updates.yml +++ b/schema/tables/windows_updates.yml @@ -3,7 +3,7 @@ description: Returns information about Windows updates that are available for in evented: false notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher). platforms: - - darwin + - windows columns: - name: locale description: Location of the update. @@ -32,4 +32,4 @@ columns: - name: query description: The query is printed in this column. type: text - required: false \ No newline at end of file + required: false