mirror of https://github.com/apache/cloudstack.git
Bug 12361 - DB upgrade from 2.2 to Acton
-Return Cleanup script during upgrade
This commit is contained in:
parent
bab29c4207
commit
224a0ec47c
|
|
@ -80,7 +80,7 @@ public class Upgrade2214to30 implements DbUpgrade {
|
|||
throw new CloudRuntimeException("Unable to find db/schema-2214to30-cleanup.sql");
|
||||
}
|
||||
|
||||
return null;
|
||||
return new File[] { new File(script) };
|
||||
}
|
||||
|
||||
private void setupPhysicalNetworks(Connection conn) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue