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 Hibernate Schema validation is done before database migration. Is it possible to do the flyway migration at first and then do the schema validation?
The text was updated successfully, but these errors were encountered:
Just noticed this too. When using Flyway to migrate databases its very handy to use Hibernate schema validator to validate the schema after the migration.
Therefore it would be great if this configuration would work without having Hibernate complaining about schema validation issues.
Currently the Hibernate Schema validation is done before database migration. Is it possible to do the flyway migration at first and then do the schema validation?
The text was updated successfully, but these errors were encountered: