fd470d0 Tweak lightblue queries to account for schema change

Authored and Committed by jkaluza 6 years ago
    Tweak lightblue queries to account for schema change
    
    rpm manifest is being moved to a new entity. Fortunately containerImage
    contains reference in "rpm_manifest" top level field. So we can just use
    it instead of parsed_data.rpm_manifest in the same way. The reference is
    an array though and should have one object with "rpms" key which is
    where our list of rpm objects actually is.
    
    This change tweaks the queries to use the new reference field instead of
    parsed data.
    
        
file modified
+7 -6
file modified
+21 -13