Pearl1594 commented on code in PR #11249:
URL: https://github.com/apache/cloudstack/pull/11249#discussion_r2231054472


##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -229,6 +231,8 @@ public DatabaseUpgradeChecker() {
                 .next("4.18.1.0", new Upgrade41810to41900())
                 .next("4.19.0.0", new Upgrade41900to41910())
                 .next("4.19.1.0", new Upgrade41910to41920())
+                .next("4.19.2.0", new Upgrade41920to41930())
+                .next("4.19.3.0", new Upgrade41930to41940())

Review Comment:
   If we just skip adding one for 4.19.2.0 wouldn't it just do a 
`NoopDbUpgrade`? 



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to