Look into database migration tools #1000
Labels
enhancement
New feature or request
medium prio
tasks that require intermediate attention
medium
Implementation effert
triage
An issue that is in discussion to be either scheduled for implepmentation or denied
What are you missing?
currently the database schema is maintained manually / through hibernate
This is very error prone and it is difficult to migrate databases.
As there are many tools for database deployment we should investigate whether deploying a tool like flyway would be beneficial to our work.
Why do you need a solution?
Reduced maintainability over time. So maybe we can do something about it. Might be worth looking into JDBC instead of JPA and evaluate where it could make sense. Less database table magic.
Ideas
Look into flyway with spring boot
Code of Conduct
The text was updated successfully, but these errors were encountered: