Merge remote-tracking branch 'apache/4.17' into main

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2022-09-23 17:14:59 +05:30
commit 7905a76bd2
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker {
.next("4.16.1.0", new Upgrade41610to41700())
.next("4.16.1.1", new Upgrade41610to41700())
.next("4.17.0.0", new Upgrade41700to41710())
.next("4.17.0.1", new Upgrade41700to41710())
.next("4.17.1.0", new Upgrade41710to41800())
.build();
}