Skip to content

Remove software_licenses table

As discussed in this thread, after moving the custom_licenses to the custom_software_licenses table, the software_licenses will only be used for the SPDX licenses.

The SPDX licenses are updated by the ImportSoftwareLicensesWorker. This worker runs weekly, and we have a 7 day cache for the SPDX licenses. We are basically reading the SPDX licenses from our cache. In the scope of this issue, we want to capture the effort required to remove the software license table.

Implementation plan

Edited by Marcos Rocha