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 8e37f93ba Remove FK of job_run_history table
8e37f93ba is described below

commit 8e37f93bafcfbb2aadf657c5e2cc83aa81fc649c
Author: Adam Saghy <[email protected]>
AuthorDate: Wed Jun 8 12:29:52 2022 +0200

    Remove FK of job_run_history 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 30027f08d..8359f9d64 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
@@ -20,6 +20,10 @@
 
 -->
 <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog 
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd";>
+    <changeSet author="fineract" id="0">
+        <comment>Drop FK scheduledjobsFK</comment>
+        <dropForeignKeyConstraint baseTableName="job_run_history" 
constraintName="scheduledjobsFK"/>
+    </changeSet>
     <changeSet author="fineract" id="1">
         <delete tableName="job">
             <where>name='Update loan Summary'</where>

Reply via email to