FINERACT-1971: Fix changed report checksum error
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 655cfac..6ceb0a7 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