FOSSology  4.4.0
Open Source License Compliance by Open Source Software
dbmigrate_bulk_license.php File Reference

This file is called by fossinit.php to transform bulk licenses into bulk license sets and drop rf_fk column from license_ref_bulk It migrates from 2.6.3.3 to 3.0.0. More...

Go to the source code of this file.

Variables

 $rf_fkExists = $dbManager->existsColumn("license_ref_bulk", "rf_fk")
 
 $removingExists = $dbManager->existsColumn("license_ref_bulk", "removing")
 

Detailed Description

This file is called by fossinit.php to transform bulk licenses into bulk license sets and drop rf_fk column from license_ref_bulk It migrates from 2.6.3.3 to 3.0.0.

This should be called after fossinit calls apply_schema.

Definition in file dbmigrate_bulk_license.php.