CC-2702: Upgrade script for UTC times
-initial commit
This commit is contained in:
parent
009c75b217
commit
6c368174b4
2 changed files with 81 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue