mirror of https://github.com/apache/cloudstack.git
bug 10492: fixed upgrade from 2.2.6 to 2.2.8
status 10492: resolved fixed
This commit is contained in:
parent
8d985b1499
commit
830c230b47
|
|
@ -52,7 +52,7 @@ public class Upgrade227to228 implements DbUpgrade {
|
|||
|
||||
@Override
|
||||
public String[] getUpgradableVersionRange() {
|
||||
return new String[] {"2.2.6, 2.2.7"};
|
||||
return new String[] { "2.2.6", "2.2.7"};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue