adamsaghy commented on code in PR #2434:
URL: https://github.com/apache/fineract/pull/2434#discussion_r938513460
##########
fineract-provider/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java:
##########
@@ -74,6 +74,9 @@ public class AppUser extends AbstractPersistableCustom
implements PlatformUser {
@Column(name = "lastname", nullable = false, length = 100)
private String lastname;
+ @Column(name = "gender", nullable = false, length = 100)
+ private Integer gender;
Review Comment:
What is the reason to add gender to Appuser? Seems odd to me...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]