FOSSology  4.4.0
Open Source License Compliance by Open Source Software
dbmigrate_copyright-author.php File Reference

Reinsert the old email/url/author to new author table and delete the same from copyright table. It migrates from 3.1.0 to 3.2.0. More...

Go to the source code of this file.

Variables

 $countAuthorColumns = $dbManager->getSingleRow("SELECT count(*) FROM copyright WHERE type <> 'statement' AND content IS NOT NULL;",array(),'getCountAuthorColumns')
 

Detailed Description

Reinsert the old email/url/author to new author table and delete the same from copyright table. It migrates from 3.1.0 to 3.2.0.

This should be called after fossinit calls apply_schema.

Definition in file dbmigrate_copyright-author.php.