mirror of https://github.com/apache/cloudstack.git
DB upgrade - added a path from 4.4.0 to 4.4.5
This commit is contained in:
parent
330c4ba578
commit
9a94bc26fa
|
|
@ -222,6 +222,8 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker {
|
|||
|
||||
_upgradeMap.put("4.3.0", new DbUpgrade[] {new Upgrade430to440(), new Upgrade440to450()});
|
||||
|
||||
_upgradeMap.put("4.4.0", new DbUpgrade[] { new Upgrade440to450() });
|
||||
|
||||
//CP Upgrades
|
||||
_upgradeMap.put("3.0.3", new DbUpgrade[] {new Upgrade303to304(), new Upgrade304to305(), new Upgrade305to306(), new Upgrade306to307(), new Upgrade307to410(),
|
||||
new Upgrade410to420(), new Upgrade420to421(), new Upgrade421to430(), new Upgrade430to440(), new Upgrade440to450()});
|
||||
|
|
|
|||
Loading…
Reference in New Issue