Skip to content

Commit 7905a76

Browse files
committed
Merge remote-tracking branch 'apache/4.17' into main
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2 parents 1a0a61f + dcffdc1 commit 7905a76

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public DatabaseUpgradeChecker() {
209209
.next("4.16.1.0", new Upgrade41610to41700())
210210
.next("4.16.1.1", new Upgrade41610to41700())
211211
.next("4.17.0.0", new Upgrade41700to41710())
212+
.next("4.17.0.1", new Upgrade41700to41710())
212213
.next("4.17.1.0", new Upgrade41710to41800())
213214
.build();
214215
}

0 commit comments

Comments
 (0)