AUDIT_DETAILS.change_type needs to be empty in CONTRIBUTION.audit
Raise
Analysis
Raise
Analysis
Description
AUDIT_DETAILS.change_type is mandatory, but CONTRIBUTION.audit: AUDIT_DETAILS doesn't have a change_type.
Possible solutions: 1. allow AUDIT_DETAILS.change_type to be empty/null OR 2. create a super class just with system_id, committer, time and time_committed, and a subclass with the mandatory change_type
AUDIT_DETAILS.change_type is mandatory, but CONTRIBUTION.audit: AUDIT_DETAILS doesn't have a change_type.
Possible solutions:
1. allow AUDIT_DETAILS.change_type to be empty/null OR
2. create a super class just with system_id, committer, time and time_committed, and a subclass with the mandatory change_type