File tree Expand file tree Collapse file tree
engine/schema/src/main/java/com/cloud/upgrade/dao Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public boolean supportsRollingUpgrade() {
4444
4545 @ Override
4646 public InputStream [] getPrepareScripts () {
47- final String scriptFile = "META-INF/db/schema-41800to41810 .sql" ;
47+ final String scriptFile = "META-INF/db/schema-41810to41900 .sql" ;
4848 final InputStream script = Thread .currentThread ().getContextClassLoader ().getResourceAsStream (scriptFile );
4949 if (script == null ) {
5050 throw new CloudRuntimeException ("Unable to find " + scriptFile );
@@ -59,7 +59,7 @@ public void performDataMigration(Connection conn) {
5959
6060 @ Override
6161 public InputStream [] getCleanupScripts () {
62- final String scriptFile = "META-INF/db/schema-41800to41810 -cleanup.sql" ;
62+ final String scriptFile = "META-INF/db/schema-41810to41900 -cleanup.sql" ;
6363 final InputStream script = Thread .currentThread ().getContextClassLoader ().getResourceAsStream (scriptFile );
6464 if (script == null ) {
6565 throw new CloudRuntimeException ("Unable to find " + scriptFile );
You can’t perform that action at this time.
0 commit comments