-
Notifications
You must be signed in to change notification settings - Fork 158
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
liquibase ignores envers tables postfix from org.liquibase.ext:liquibase-hibernate5:4.12.0 #460
Comments
hi Team, Any suggestions on this issue, please? Thanks in advance... |
Hi - there is an answer for a similar question in #99 (comment) . |
it still doesn't work even in my command is
|
not sure, why but I cant see an option to reopen this issue |
no difference observed on this context for both these commands:
|
Had the same problem today. Looked at the source code: Saw that the code searches for the audit table suffix setting in the connection URL. Tried with the following in my liquibase.properties: Seemed to work for me, please have a try and hopefully it will work for you :) |
Hi,
We are using liquibase gradle plugin and the audit table generration with custom postfix
_version
is working fine tillliquibase-hibernate5:4.11.0
, but it is using the default_aud
fromliquibase-hibernate5:4.12.0
.The command we are using to generate the changelog is
./gradlew liquibaseDiffChangelog -PrunList=diffLog -Dorg.hibernate.envers.audit_table_suffix=_version -Dliquibase.diffTypes=data
.Please advise if the generation parameters are wrong or if the new version needs new params.
Please be informed that I have tried till
liquibase-hibernate5:4.19.0
with gradual increase of versions with no success.Thanks in advance...
The text was updated successfully, but these errors were encountered: