adamsaghy commented on code in PR #4235:
URL: https://github.com/apache/fineract/pull/4235#discussion_r1899446910


##########
fineract-core/src/main/java/org/apache/fineract/commands/domain/CommandSource.java:
##########
@@ -136,6 +136,9 @@ public class CommandSource extends 
AbstractPersistableCustom<Long> {
     @Column(name = "loan_external_id", length = 100)
     private ExternalId loanExternalId;
 
+    @Column(name = "term_variation_id", length = 100)
+    private Long termVariationId;

Review Comment:
   No need for new field. Using `resourceId` is more than enough for this use 
case.



-- 
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]

Reply via email to