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

Add a new column is_enabled to decisions. This is by default false except for the most recent decision which is active It migrates from 3.1.0 to 3.2.0. More...

Go to the source code of this file.

Functions

 addBooleanColumnTo ($dbManager, $tableName, $columnName='is_enabled')
 

Detailed Description

Add a new column is_enabled to decisions. This is by default false except for the most recent decision which is active It migrates from 3.1.0 to 3.2.0.

This should be called after fossinit calls apply_schema.

Definition in file dbmigrate_multiple_copyright_decisions.php.