engine/schema: bake-in upgrade path from 4.16.1.1 to 4.17.0.1

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2022-07-15 18:16:45 +05:30
parent ce7c3694c8
commit b30a4a99d1

View File

@ -205,6 +205,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())
.build();
}