GutoVeronezi commented on code in PR #8605:
URL: https://github.com/apache/cloudstack/pull/8605#discussion_r1480769360
##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -224,6 +225,7 @@ public DatabaseUpgradeChecker() {
.next("4.17.2.0", new Upgrade41720to41800())
.next("4.18.0.0", new Upgrade41800to41810())
.next("4.18.1.0", new Upgrade41810to41900())
+ .next("4.19.0.0", new Upgrade41900to41910())
Review Comment:
It goes to the main; just did the changes.
--
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]