Commit 4df37fc0ef2675b4ce16420a746322dd45c4e26a
1 parent
55d2e611
Fix upgrade cassandra ts from 2.5.0
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -48,6 +48,8 @@ public class CassandraTsDatabaseUpgradeService extends AbstractCassandraDatabase | @@ -48,6 +48,8 @@ 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; | ||
51 | default: | 53 | default: |
52 | throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion); | 54 | throw new RuntimeException("Unable to upgrade Cassandra database, unsupported fromVersion: " + fromVersion); |
53 | } | 55 | } |