TADDM / taddm-tools

Tools for administering TADDM
1 stars 0 forks source link

Archive tool removes manual components #1

Open doormat18 opened 4 years ago

doormat18 commented 4 years ago

We suspect dormant cleanup is cleaning up manual dependencies. It probably would since it is in classes.txt and manual relationships would never have an LMT. Perhaps we need to caveat this, or use MSS data to not delete manually created ones?

doormat18 commented 4 years ago

Using the following query to try to identify manual components:

select obj_x 
from 
mssobjlink_rel,
mss
where 
mssobjlink_rel.mss_x = mss.guid_x
and mss.subcomponent_x = 'Gui'

However, this doesn't catch manually added dependencies. I can't quite figure out how to identify those.