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

commit cccb7d7726d956d42554de5b56aa8d9c1dd2c7fa
Author: Monica <[email protected]>
AuthorDate: Thu Jan 15 11:19:31 2026 +0530

    FINERACT-2423: Remove redundant 0071 fix and keep safe 0072 migration
---
 .../db/changelog/tenant/changelog-tenant.xml       |  1 -
 .../parts/0071_1_fix_invalid_filename_for_0072.xml | 46 ----------------------
 2 files changed, 47 deletions(-)

diff --git 
a/fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml 
b/fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml
index 7ec556dae5..ffab7d77f6 100644
--- 
a/fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml
+++ 
b/fineract-provider/src/main/resources/db/changelog/tenant/changelog-tenant.xml
@@ -91,7 +91,6 @@
     <include 
file="parts/0069_add_unique_constraint_for_reversal_external_id_of_loan_transactions.xml"
 relativeToChangelogFile="true"/>
     <include 
file="parts/0070_add_event_configuration_for_delinquency_range_change_event.xml"
 relativeToChangelogFile="true"/>
     <include 
file="parts/0071_add_external_id_support_for_loan_transaction.xml" 
relativeToChangelogFile="true"/>
-    <include file="parts/0071_1_fix_invalid_filename_for_0072.xml" 
relativeToChangelogFile="true"/>
     <include file="parts/0072_add_result_and_status_to_command_source.xml" 
relativeToChangelogFile="true" />
     <include file="parts/0073_add_result_status_code_to_command_source.xml" 
relativeToChangelogFile="true" />
     <include file="parts/0074_add_last_cob_business_date_column_to_loan.xml" 
relativeToChangelogFile="true"/>
diff --git 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0071_1_fix_invalid_filename_for_0072.xml
 
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0071_1_fix_invalid_filename_for_0072.xml
deleted file mode 100644
index 9201423188..0000000000
--- 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0071_1_fix_invalid_filename_for_0072.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements. See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership. The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License. You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied. See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<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.9.xsd";>
-
-    <changeSet id="fix-0072-invalid-filename"
-               author="fineract"
-               runOnChange="false"
-               runAlways="false">
-
-        <comment>
-            Fix invalid space in Liquibase changelog filename for Windows 
compatibility
-        </comment>
-
-     <update tableName="DATABASECHANGELOG">
-            <column name="filename" 
value="db/changelog/tenant/parts/0072_add_result_and_status_to_command_source.xml"/>
-            <column name="md5sum" />
-            <where>filename = 'db/changelog/tenant/parts/0072_add_result_and 
status_to_command_source.xml'</where>
-        </update>
-
-    </changeSet>
-
-</databaseChangeLog>

Reply via email to