...
| Code Block |
|---|
org.hibernate.envers.audit_table_suffix=_AUDIT |
You could add a prefix to the audit table name using org.hibernate.envers.audit_table_prefix property:
| Code Block |
|---|
org.hibernate.envers.audit_table_prefix=AUD_ |
You can adjust other Envers configurations similarly by adding the appropriate properties to the openmrs-runtime.properties file.
...