Skip to content
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

fix: set envers suffix instead of prefix #428

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shogun-config/src/main/resources/application-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ spring:
mode: ENABLE_SELECTIVE
org:
hibernate:
# See https://docs.jboss.org/envers/docs/#configuration
# See https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html#envers-configuration
envers:
default_schema: shogun_rev
audit_table_prefix: _rev
audit_table_suffix: _rev
global_with_modified_flag: true
hibernate:
javax:
Expand Down