mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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:
parent
ce7c3694c8
commit
b30a4a99d1
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user