We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bedddb + c4c4c71 commit 9ef5e8fCopy full SHA for 9ef5e8f
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java
@@ -207,6 +207,7 @@ public DatabaseUpgradeChecker() {
207
.next("4.15.2.0", new Upgrade41520to41600())
208
.next("4.16.0.0", new Upgrade41600to41610())
209
.next("4.16.1.0", new Upgrade41610to41700())
210
+ .next("4.16.1.1", new Upgrade41610to41700())
211
.next("4.17.0.0", new Upgrade41700to41710())
212
.next("4.17.1.0", new Upgrade41710to41800())
213
.build();
0 commit comments