CC-3319: Show recorder process FAILED when upgrading 2.0.0 to 2.0.1
- 2.0.1 upgrade folder is created
This commit is contained in:
parent
eadf68cb61
commit
4106de4e1a
180 changed files with 70437 additions and 2 deletions
|
@ -103,6 +103,10 @@ if (strcmp($version, "2.0.0") < 0){
|
|||
system("php ".__DIR__."/../upgrades/airtime-2.0.0/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
if (strcmp($version, "2.0.1") < 0){
|
||||
system("php ".__DIR__."/../upgrades/airtime-2.0.1/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
|
||||
//set the new version in the database.
|
||||
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue