CC-2735: Upgrade script for 1.9.3

- general upgrade script
- uncommented media monitor section in Monit config file
This commit is contained in:
James 2011-08-25 17:22:19 -04:00
parent ad620577be
commit ad5d669309
9 changed files with 508 additions and 0 deletions

View file

@ -69,6 +69,9 @@ if (strcmp($version, "1.9.0") < 0){
if (strcmp($version, "1.9.2") < 0){
system("php ".__DIR__."/../upgrades/airtime-1.9.2/airtime-upgrade.php");
}
if (strcmp($version, "1.9.3") < 0){
system("php ".__DIR__."/../upgrades/airtime-1.9.3/airtime-upgrade.php");
}
//set the new version in the database.