guacsec / guac

GUAC aggregates software security metadata into a high fidelity graph database.
https://guac.sh
Apache License 2.0
1.26k stars 170 forks source link

change atlas migration to take into account ent auto migration index names #2114

Closed pxp928 closed 3 weeks ago

pxp928 commented 3 weeks ago

Description of the PR

-- Change ENT auto-migration index name from "certifylegal_package_id_declar_37fd118fe84f0a1eb9042a047d066a77" to "certifylegal_package_id_declared_license_discovered_license_att" from table: "certify_legals"
-- Change ENT auto-migration index name from "certifylegal_source_id_declare_7172c32e012f5a3f84156bd57473bcd2" to "certifylegal_source_id_declared_license_discovered_license_attr" from table: "certify_legals"

This will allow for altas migration to complete successfully when ENT auto migration was used to create the initial DB.

PR Checklist