Open doormat18 opened 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.
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?