Postgres schema
ivailo-stoianov opened this issue · 1 comments
ivailo-stoianov commented
Hello, is it possible to put all the audit tables in a separate postgres schema? Right now it just creates them in the schema of the audited entity.
DamienHarper commented
@ivailo-stoianov Sorry for this late reply, you can store audit data in a different database or schema. Please, look at the Storage services documentation.
I close this issue but feel free to reopen if needed.