From 0e076a989f8f894bdd9e88918338e1ab0c5d3776 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Feb 2023 11:56:21 -0600 Subject: [PATCH] Remove duplicate `columns` property in `firmware_eficheck_integrity_check.yml` (#9774) Changes: - Removed the duplicate `columns` property from the `firmware_eficheck_integrity_check` table's YAML file that is currently causing the website build script to fail. (https://github.com/fleetdm/fleet/actions/runs/4136825407/jobs/7151210650#step:13:19) --- schema/tables/firmware_eficheck_integrity_check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/tables/firmware_eficheck_integrity_check.yml b/schema/tables/firmware_eficheck_integrity_check.yml index b98c4a781..a09117eef 100644 --- a/schema/tables/firmware_eficheck_integrity_check.yml +++ b/schema/tables/firmware_eficheck_integrity_check.yml @@ -9,7 +9,6 @@ columns: description: | Contains the chip type, values are "apple", "intel-t1" and "intel-t2". If chip type is "apple" or "intel-t2" then no eficheck integrity check is executed. -columns: - name: output type: text required: false