Bug 12361 - DB upgrade from 2.2 to Acton

-Return Cleanup script during upgrade
This commit is contained in:
prachi 2011-12-10 00:00:52 +05:30
parent bab29c4207
commit 224a0ec47c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {