CC-2702: Upgrade script for UTC times

-initial commit
This commit is contained in:
martin 2011-08-22 11:05:42 -04:00
parent 009c75b217
commit 6c368174b4
2 changed files with 81 additions and 0 deletions

View file

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