![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|
Migrate DB from release 4.0.0 to 4.1.0. More...
Go to the source code of this file.
Functions | |
| checkMigrate4041Required ($dbManager) | |
| fixEmptyContentHash ($dbManager) | |
| Migrate_40_41 ($dbManager) | |
Variables | |
| const | PROCESS_TABLES |
| $GLOBALS ['MIG_4041_TOTAL_RECORDS'] = 0 | |
Migrate DB from release 4.0.0 to 4.1.0.
Definition in file dbmigrate_4.0-4.1.php.
| checkMigrate4041Required | ( | $dbManager | ) |
Check if migration is required.
| DbManager | $dbManager |
Definition at line 42 of file dbmigrate_4.0-4.1.php.
| fixEmptyContentHash | ( | $dbManager | ) |
Start the recoding process
| DbManager | $dbManager |
Definition at line 80 of file dbmigrate_4.0-4.1.php.
| Migrate_40_41 | ( | $dbManager | ) |
Migration from FOSSology 4.0.0 to 4.1.0
| DbManager | $dbManager |
Definition at line 106 of file dbmigrate_4.0-4.1.php.
| array PROCESS_TABLES |
Tables which needs to be processed
Definition at line 20 of file dbmigrate_4.0-4.1.php.