This is an automated email from the ASF dual-hosted git repository.

arnold 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 ba1fddbc5 [FINERACT-1628] remove update loan paidin advance job and 
table
ba1fddbc5 is described below

commit ba1fddbc51aec739dae41f5ec876709931add34f
Author: taskain7 <[email protected]>
AuthorDate: Tue Jun 7 11:20:02 2022 +0200

    [FINERACT-1628] remove update loan paidin advance job and table
---
 .../resources/db/changelog/tenant/parts/0014_remove_unused_jobs.xml   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0014_remove_unused_jobs.xml
 
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0014_remove_unused_jobs.xml
index 8359f9d64..c81da701e 100644
--- 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0014_remove_unused_jobs.xml
+++ 
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0014_remove_unused_jobs.xml
@@ -32,4 +32,8 @@
             <where>name='Update Loan Paid In Advance'</where>
         </delete>
     </changeSet>
+    <changeSet author="fineract" id="2">
+        <dropTable cascadeConstraints="true"
+                   tableName="m_loan_paid_in_advance"/>
+    </changeSet>
 </databaseChangeLog>

Reply via email to