Hello All, We use Flyway for MySQL DB migration.
Do we have something similar to manage the migrations for Cassandra DB changes in Fineract CN.? Currently DB schema and tables are created in Cassandra through SchemaBuild library and buildTable() functions called from the provisioner classes. SchemaBuilder has alterTable functions which can be used, but I think we will need to add new functions to implement alter table when we start server without provisioning. Regards, Karthik
