Resolved conflicts

This commit is contained in:
nisha
2025-03-27 14:40:54 +05:30
3 changed files with 33 additions and 4 deletions

View File

@@ -2679,5 +2679,15 @@
<sqlFile dbms="postgresql"
path="db/dump/create_application_view.sql"/>
</changeSet>
<changeSet id="25-03-2025_PK_193115" author="Piyush Kag">
<insert tableName="s3_path_configuration">
<column name="type" value="DELETED_USER_SIGNED_DOCUMENT"/>
<column name="path" value="call/{call_id}/application/{application_id}/user_signed_document/deleted"/>
<column name="bucket_name" value="mementoresources"/>
<column name="created_date" value="2025-03-25 03:00:00"/>
<column name="updated_date" value="2024-03-25 03:00:00"/>
<column name="parent_folder" value="gepafin/local"/>
</insert>
</changeSet>
</databaseChangeLog>