FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
This file is called by fossinit.php to create and initialize new ARS tables when migrating from a 1.4 database to 2.0. More...
Go to the source code of this file.
Functions | |
Migrate_14_20 ($DryRun) | |
Create the new ars tables and populate them from the job/jobqueue data. More... | |
CreateARStable ($ARStablename) | |
Create ars table. More... | |
This file is called by fossinit.php to create and initialize new ARS tables when migrating from a 1.4 database to 2.0.
This should be called after fossinit calls apply_schema.
Definition in file dbmigrate_1.4-2.0.php.
CreateARStable | ( | $ARStablename | ) |
Create ars table.
string | $ARStablename | ARS table name |
Definition at line 89 of file dbmigrate_1.4-2.0.php.
Migrate_14_20 | ( | $DryRun | ) |
Create the new ars tables and populate them from the job/jobqueue data.
$DryRun | Do not insert the ars records into the db. Just print the insert statements. The ars table will still be created if it doesn't exist. |
Definition at line 25 of file dbmigrate_1.4-2.0.php.