You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
cassandra-migration creates its schema version library with specific CQL commands which may fail with latest Cassandra versions (or whenever system schema changes in the future).
SchemaVersionDAO must be able to detect the running Cassandra version and use the appropriate CQL commands to prevent runtime errors.
Definition of Done
cassandra-migration schema version table creation works with older and latest Cassandra versions.
Out of Scope
N / A
How to Demo
Run cassandra-migration on older and latest Cassandra version (empty database)
Observe that the schema version table is created successfully
The text was updated successfully, but these errors were encountered:
Outcome Desired
cassandra-migration
creates its schema version library with specific CQL commands which may fail with latest Cassandra versions (or whenever system schema changes in the future).SchemaVersionDAO
must be able to detect the running Cassandra version and use the appropriate CQL commands to prevent runtime errors.Definition of Done
cassandra-migration
schema version table creation works with older and latest Cassandra versions.Out of Scope
N / A
How to Demo
cassandra-migration
on older and latest Cassandra version (empty database)The text was updated successfully, but these errors were encountered: