patka / cassandra-migration

Schema migration library for Cassandra
MIT License
152 stars 47 forks source link

Allow script-location property to be a list #67

Closed rbleuse closed 2 years ago

rbleuse commented 2 years ago

Similar to Flyway, we can have the possibility to set multiple location for script paths (https://flywaydb.org/documentation/configuration/parameters/locations)

Job done :

We can choose which cassandra-unit version to use for tests, just one note is that cassandra itself has drop support for windows since early 4.0 beta, so if we want to enable testing cassandra 4+ on all environment, the only solution will be to use Testcontainers

patka commented 2 years ago

Hi @rbleuse, thanks a lot for the PR and sorry for my late response. I will look at it on the weekend. The holidays should finally give me the time to take care of this.

rbleuse commented 2 years ago

I fixed according to your comments. Please check Thanks !