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.
1 parent ce7c369 commit b30a4a9Copy full SHA for b30a4a9
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java
@@ -205,6 +205,7 @@ public DatabaseUpgradeChecker() {
205
.next("4.15.2.0", new Upgrade41520to41600())
206
.next("4.16.0.0", new Upgrade41600to41610())
207
.next("4.16.1.0", new Upgrade41610to41700())
208
+ .next("4.16.1.1", new Upgrade41610to41700())
209
.build();
210
}
211
0 commit comments