apache / airavata-custos

Apache Airavata Custos Security
https://airavata.apache.org/custos
Apache License 2.0
13 stars 25 forks source link

Integrate Flyway DB Migrations #404

Open lahirujayathilake opened 2 months ago

lahirujayathilake commented 2 months ago

Currently, database tables are auto-generated from the entities in the Spring Boot application. To improve database management and version control, integrate Flyway to handle database migrations. The goal is to separate schema management from the Spring framework and control database changes through Flyway scripts