ptuomola commented on pull request #1725:
URL: https://github.com/apache/fineract/pull/1725#issuecomment-840916762
Hi - as per the schema, it should be OK for legalForm to be null:
@Column(name = "legal_form_enum", nullable = true)
private Integer legalForm;
Is there a reason why this should be made mandatory?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]