Open
Description
Description
Consider integrating Flyway into the project for database migrations. This will help automate and version control schema changes across different environments.
Acceptance Criteria
- Integrate Flyway into the Spring Boot project.
- Write and apply migration scripts for database changes.
- Test that migrations are applied correctly in relevant environments.