Envers configuration allow to change schema
of all tables on persistence.xml configuration (org.hibernate.envers.default_schema attribut)
via annotation @AuditTable for audited entities and @RevisionEntity for revinfo table
But not annotations or persistence.xml configuration allow to change revchanges to a specific schema (same question for sequence use by revchanges - hibernate_sequence)