Resolved conflicts of PR GEPAFINBE-6139 (Reviewed Evaluation Process)

This commit is contained in:
rajesh
2025-10-13 21:50:26 +05:30
parent f3d297309c
commit c5cc2988ca
42 changed files with 563 additions and 151 deletions

View File

@@ -3026,8 +3026,43 @@
<changeSet id="30-09-2025_RK_13352" author="Rajesh Khore">
<sqlFile dbms="postgresql" path="db/dump/insert_document_for_special_amendment.sql"/>
</changeSet>
<changeSet id="08-10-2025_RK_184352" author="Rajesh Khore">
<addColumn tableName="application_amendment_request">
<column name="amendment_initial_document" type="VARCHAR(255)"></column>
</addColumn>
<changeSet id="06-10-2025_RK_142435" author="Rajesh Khore">
<addColumn tableName="application">
<column name="email_json" type="TEXT"></column>
</addColumn>
</changeSet>
<changeSet id="08-10-2025_RK_194824" author="Rajesh Khore">
<addColumn tableName="communication">
<column name="initiator_type" type="VARCHAR(255)"/>
<column name="documents" type="VARCHAR(255)"/>
</addColumn>
</changeSet>
<changeSet id="09-10-2025_RK_205135" author="Rajesh Khore">
<insert tableName="s3_path_configuration">
<column name="type" value="COMMUNICATION"/>
<column name="path" value="call/{call_id}/application/{application_id}/amendment/{amendment_id}/communication/{communication_id}"/>
<column name="bucket_name" value="mementoresources"/>
<column name="created_date" value="2025-10-09 03:00:00"/>
<column name="updated_date" value="2025-10-09 03:00:00"/>
<column name="parent_folder" value="gepafin/local"/>
</insert>
</changeSet>
<changeSet id="13-10-2025_RK_175232" author="Rajesh Khore">
<update tableName="hub">
<column name="email_service_config" value="JkFbBfuVvq7VWwp5LcWIi+hAa1RJ1ekI0jq3w7gLTXETZiTaN8zC4OBWD53x8FtbfFTh3L/5805CIYTH1BQGa3X9q16q9SDzMy7DKHdmJzOnLKhn74C5akoXKaeXUCGnzp0cSk2c01FV6lwefC29IhixeIvxG7puRVyjUIZK/W8/Kah9uWkDjFtxi8IL6L0QVHn1M/CUm0L/sMRYo7u7WunY+kbjlu/vXw9goy5tjlE="/>
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
</update>
</changeSet>
<changeSet id="06-10-2025_RK_142435" author="Rajesh Khore">
<addColumn tableName="application">
<column name="previous_status" type="VARCHAR(255)"></column>
</addColumn>