Commit 26123b40f199553fe4a1d47ab1ad425fe7f10a00
Committed by
GitHub
1 parent
c3447c5a
Update CassandraTsDatabaseUpgradeService.java
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -48,8 +48,6 @@ public class CassandraTsDatabaseUpgradeService extends AbstractCassandraDatabase | @@ -48,8 +48,6 @@ public class CassandraTsDatabaseUpgradeService extends AbstractCassandraDatabase | ||
48 | } | 48 | } |
49 | log.info("Schema updated."); | 49 | log.info("Schema updated."); |
50 | break; | 50 | break; |
51 | - case "2.5.0": | ||
52 | - break; | ||
53 | default: | 51 | default: |
54 | throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion); | 52 | throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion); |
55 | } | 53 | } |