Hotfix of upgrade script.

This commit is contained in:
Andrii Shvaika 2020-06-11 14:25:32 +03:00
parent 3a29ec43d1
commit dc9917d2da

View File

@ -48,6 +48,8 @@ public class CassandraTsDatabaseUpgradeService extends AbstractCassandraDatabase
} }
log.info("Schema updated."); log.info("Schema updated.");
break; break;
case "2.5.0":
break;
default: default:
throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion); throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion);
} }