mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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:
parent
2c05b63495
commit
0899653ce8
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user