cherry-pick b30a4a99d1b530efbf652373eda229f2cd5133b1

Somehow this was failed to be picked up by 4.17.0.1 merge on 4.17 branch

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2022-07-20 16:16:33 +05:30
parent 2c05b63495
commit 0899653ce8

View File

@ -206,6 +206,7 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker {
.next("4.15.2.0", new Upgrade41520to41600())
.next("4.16.0.0", new Upgrade41600to41610())
.next("4.16.1.0", new Upgrade41610to41700())
.next("4.16.1.1", new Upgrade41610to41700())
.next("4.17.0.0", new Upgrade41700to41710())
.build();
}