CC-3325: Airtime 2.0.0 upgrade script makes reference to 2.0.1 files
-fixed
This commit is contained in:
parent
7fd8ba4ffa
commit
76d8e22baf
|
@ -15,8 +15,8 @@ class UpgradeCommon{
|
|||
|
||||
const CONF_PYPO_GRP = "pypo";
|
||||
const CONF_WWW_DATA_GRP = "www-data";
|
||||
const CONF_BACKUP_SUFFIX = "201";
|
||||
const VERSION_NUMBER = "2.0.1";
|
||||
const CONF_BACKUP_SUFFIX = "200";
|
||||
const VERSION_NUMBER = "2.0.0";
|
||||
|
||||
public static function connectToDatabase($p_exitOnError = true)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue