taskain7 commented on code in PR #2897:
URL: https://github.com/apache/fineract/pull/2897#discussion_r1081300032
##########
fineract-provider/src/main/java/org/apache/fineract/cob/domain/LoanAccountLock.java:
##########
@@ -57,10 +60,14 @@ public class LoanAccountLock {
@Column(name = "stacktrace")
private String stacktrace;
+ @Column(name = "lock_placed_on_cob_business_date", nullable = false)
+ private LocalDate lockPlacedOnCobBusinessDate;
Review Comment:
we already have a "lock_placed_on", but that's the actual datetime, and we
need the business date as well to be able to connect the lock and the COB
execution
--
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]