mirror of https://github.com/apache/cloudstack.git
DatabaseUpgradeChecker: add upgrade path from 4.17.0.1 to 4.17.1.0 (#6759)
Fixes DB upgrade for 4.17.0.1 to 4.17.1.0
This commit is contained in:
parent
350ef38e1c
commit
875ea5bf15
|
|
@ -208,6 +208,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())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue