This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 76ad2a2bc FINERACT-1971: Fix changed report checksum error
76ad2a2bc is described below
commit 76ad2a2bc944ea639940410a631f1f30973d4828
Author: Adam Saghy <[email protected]>
AuthorDate: Wed Mar 13 14:34:15 2024 +0100
FINERACT-1971: Fix changed report checksum error
---
.../db/changelog/tenant/parts/0087_update_dashboard_table_reports.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0087_update_dashboard_table_reports.xml
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0087_update_dashboard_table_reports.xml
index 655cfac35..6ceb0a712 100644
---
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0087_update_dashboard_table_reports.xml
+++
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0087_update_dashboard_table_reports.xml
@@ -69,7 +69,7 @@
</update>
</changeSet>
<!-- LoanTrendsByDay -->
- <changeSet author="fineract" id="25" context="mysql">
+ <changeSet author="fineract" id="25" context="mysql" runOnChange="true">
<update tableName="stretchy_report">
<column name="report_sql" value="SELECT COUNT(ln.id) AS lcount,
ln.disbursedon_date AS days
FROM m_office o LEFT JOIN m_client cl on o.id = cl.office_id