DaanHoogland commented on code in PR #14033:
URL: https://github.com/apache/cloudstack/pull/14033#discussion_r3950044225
##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -248,6 +249,7 @@ public DatabaseUpgradeChecker() {
.next("4.21.0.0", new Upgrade42100to42200())
.next("4.22.0.0", new Upgrade42200to42210())
.next("4.22.1.0", new Upgrade42210to42300())
+ .next("4.23.0.0", new Upgrade42300to2400())
Review Comment:
when we reach 30, we might get some clashes with the old 3.x version. I
think we should disgard thos by then.
--
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]