Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/529#discussion_r33310297
  
    --- Diff: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java 
---
    @@ -231,7 +232,9 @@ public DatabaseUpgradeChecker() {
     
             _upgradeMap.put("4.4.3", new DbUpgrade[] {new Upgrade443to450(), 
new Upgrade450to451(), new Upgrade451to460()});
     
    -        _upgradeMap.put("4.5.0", new DbUpgrade[] {new Upgrade450to451(), 
new Upgrade451to460()});
    +        _upgradeMap.put("4.4.4", new DbUpgrade[] {new Upgrade444to450(), 
new Upgrade450to451()});
    --- End diff --
    
    missing Upgrade451to460 class, I'll add that.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to