rhtyd commented on a change in pull request #5385:
URL: https://github.com/apache/cloudstack/pull/5385#discussion_r697362663



##########
File path: 
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java
##########
@@ -199,6 +199,7 @@ public DatabaseUpgradeChecker() {
                 .next("4.14.1.0", new Upgrade41400to41500())
                 .next("4.15.0.0", new Upgrade41500to41510())
                 .next("4.15.1.0", new Upgrade41510to41600())
+                .next("4.15.2.0", new Upgrade41510to41600())

Review comment:
       this is same pattern we used in 4.14.0/4.14.1...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to