Skip to content

Commit

Permalink
Update 8929: update host_view to use explicit_host_tags.is_tag_a_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Apr 29, 2024
1 parent 14d5548 commit 28e65af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SELECT
GROUP_CONCAT(DISTINCT(host_tags.tag)) AS tag,
GROUP_CONCAT(DISTINCT(explicit_host_tags.tag)) AS explicit_tag,
GROUP_CONCAT(DISTINCT(implicit_host_tags.tag)) AS implicit_tag,
`host_tags`.`is_tag_a_rule` AS `is_tag_a_rule`,
`explicit_host_tags`.`is_tag_a_rule` AS `is_tag_a_rule`,
guest_os_category.id guest_os_category_id,
guest_os_category.uuid guest_os_category_uuid,
guest_os_category.name guest_os_category_name,
Expand Down

0 comments on commit 28e65af

Please sign in to comment.