Grails 2.4.4 Envers Auditing in a different schema and db migration plugin -
i'm using grails 2.4.4 hibernate envers auditing. envers configured use different schema _aud tables. seems work fine.
when first time dbm-gorm-diff run, correctly generates changelog audit table creation. however, everytime diff run. appears, db migration diff script not take account target schema specified in _aud classes.
although can manually delete audit table creation portions of changelog problem when audited table schema changes, have handwrite changes _aud tables.
question how ensure dbmigration diffs target audit schema
any solution or workaround appreciated.
Comments
Post a Comment