Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Capability to specify the names of "cassandra_migration_version*" tables #16

@james-hu

Description

@james-hu

Outcome Desired

Be able to specify the names of "cassandra_migration_version*" tables in KeyspaceConfiguration or CassandraMigration

  • Table name prefix or suffix or full name can be specified
  • This allows multiple independent applications or modules share the same keyspace while all using cassandra-migration without interfering with each other

## Definition of Done

Table name prefix or suffix or full name can be specified in KeyspaceConfiguration or CassandraMigration, therefore,

  • Multiple migrations can be tracked in the same keyspace.

## Out of Scope
## How to Demo 1. Do migration with some .cql files on a keyspace 2. Do another independent migration with some other .cql files and different names of "cassandra_migration_version*" tables on the same keyspace 3. Check to confirm both migrations succeeded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions