-
Notifications
You must be signed in to change notification settings - Fork 159
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
Hibernate4: Envers tables not generated #27
Comments
I haven't work much with envers. How would you expect liquibase to interact with them? |
Envers requires and additional table for each existing tables, in order to keep history log. I don't know how Envers is adding those tables configuration to Hibernate but they are not generated by liquibase change log using Hibernate plugin. |
Thanks for the background. I can take a look |
I fixed it. See Pull Request #54 |
Fix for Issue #27: Hibernate4: Envers tables not generated
Merged in pull request, should be supported now. |
Accidentally reverted changes for fixing Issue #27: Hibernate Envers support
It seems Envers was handled in previous version but has been removed with Hibernate4.
Could it be possibe to have the Envers tables generated as well ?
Thanks
The text was updated successfully, but these errors were encountered: