Skip to content

Commit

Permalink
Improve phrasing in Hibernate documentation
Browse files Browse the repository at this point in the history
In particular, make it clear that the Flyway initialization feature is
really just about that: initializing the Flyway config.
  • Loading branch information
yrodiere committed Apr 26, 2024
1 parent bbe9cbc commit 24faf1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/asciidoc/hibernate-orm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,10 @@ Add the following in your properties file.
[[flyway]]
== Automatically transitioning to Flyway to Manage Schemas

If you have the xref:flyway.adoc[Flyway extension] installed when running in development mode, Quarkus provides a simple way to turn
your Hibernate ORM auto generated schema into a Flyway migration file. This is intended to make is easy to move from
If you have the xref:flyway.adoc[Flyway extension] installed when running in development mode,
Quarkus provides a simple way to initialize your Flyway configuration
using the schema generated automatically by Hibernate ORM.
This is intended to ease the move from
the early development phase, where Hibernate can be used to quickly set up the schema, to the production phase, where
Flyway is used to manage schema changes.

Expand Down

0 comments on commit 24faf1c

Please sign in to comment.