Skip to content

Commit c3e6d9f

Browse files
committed
exclude sla from obsolete report
1 parent 6730bd0 commit c3e6d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-admintool/queries/obsolete_query.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def get_sql
4646
inv.inv_collections c
4747
inner join inv.inv_objects o
4848
on c.inv_object_id = o.id
49+
and o.aggregate_role = 'MRT-collection'
4950
where
5051
not exists (
5152
select 1

0 commit comments

Comments
 (0)