Updated schema file name for 2.2.5-2.2.6 upgrade

This commit is contained in:
alena 2011-05-17 15:27:11 -07:00
parent 61cecfec2e
commit 392672b9f9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class Upgrade225to226 implements DbUpgrade {
@Override
public File[] getPrepareScripts() {
String script = Script.findScript("", "db/schema-224to225.sql");
String script = Script.findScript("", "db/schema-225to226.sql");
if (script == null) {
throw new CloudRuntimeException("Unable to find db/schema-224to225.sql");
}