You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the project generates a database schema automatically via hibernate.
This method is great at the start, but over time it complicates the operation of the application.
I suggest switching to liquibase to migrate the database schema.
Do you support this idea?
The text was updated successfully, but these errors were encountered:
Currently, the project generates a database schema automatically via hibernate.
This method is great at the start, but over time it complicates the operation of the application.
I suggest switching to liquibase to migrate the database schema.
Do you support this idea?
The text was updated successfully, but these errors were encountered: