rohityadavcloud commented on code in PR #6759:
URL: https://github.com/apache/cloudstack/pull/6759#discussion_r977716592


##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -208,6 +208,7 @@ public DatabaseUpgradeChecker() {
                 .next("4.16.1.0", new Upgrade41610to41700())
                 .next("4.16.1.1", new Upgrade41610to41700())
                 .next("4.17.0.0", new Upgrade41700to41710())
+                .next("4.17.0.1", new Upgrade41700to41710())

Review Comment:
   Not an issue, if somehow it won't matter or doesn't matter; and this somehow 
runs while upgrading from 4.17.0.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