Skip to content

Commit 0899653

Browse files
cherry-pick b30a4a9
Somehow this was failed to be picked up by 4.17.0.1 merge on 4.17 branch Signed-off-by: Rohit Yadav <[email protected]>
1 parent 2c05b63 commit 0899653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public DatabaseUpgradeChecker() {
206206
.next("4.15.2.0", new Upgrade41520to41600())
207207
.next("4.16.0.0", new Upgrade41600to41610())
208208
.next("4.16.1.0", new Upgrade41610to41700())
209+
.next("4.16.1.1", new Upgrade41610to41700())
209210
.next("4.17.0.0", new Upgrade41700to41710())
210211
.build();
211212
}

0 commit comments

Comments
 (0)