-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate flyway migrations from hibernate update scripts #43817
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
...ay/deployment/src/test/java/io/quarkus/flyway/test/FlywayDevModeUpdateFromHibernateTest.java
Show resolved
Hide resolved
49a82c2
to
2d565ee
Compare
Thanks for the contribution. Could you clarify how it works and the cases that are covered? |
@gsmet just updated the PR description |
d8a4ba8
to
bba1656
Compare
@gsmet I have been able to complete the test, this is now ready for review |
This comment has been minimized.
This comment has been minimized.
bba1656
to
148d6ba
Compare
148d6ba
to
de51a15
Compare
fix #43723
Current Process: When creating a database migration, the workflow is quite cumbersome:
This process involves redundancy, as the entity already contains the necessary information to at least generate a draft migration.
New Workflow: With this pull request, the process is simplified to:
Migration naming convention: