mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'apache/4.17' into main
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
commit
7905a76bd2
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue