Updated document logic for special amendment

This commit is contained in:
rajesh
2025-10-23 17:09:04 +05:30
parent 775f5a28b9
commit fdea8c47ce
4 changed files with 28 additions and 3 deletions

View File

@@ -3085,4 +3085,7 @@
<sqlFile dbms="postgresql" path="db/dump/update_system_email_template_of_application_rejected_17_10_2025.sql"/>
</changeSet>
<changeSet id="23-10-2025_RK_151527" author="Rajesh Khore">
<sqlFile dbms="postgresql" path="db/dump/update_document_for_special_amendment_23-10-2025.sql"/>
</changeSet>
</databaseChangeLog>

View File

@@ -0,0 +1,15 @@
UPDATE gepafin_schema."document"
SET file_name='lettera di accettazione esito delibera 1.docx', file_path='https://mementoresources.s3.amazonaws.com/gepafin/staging/template/lettera%20di%20accettazione%20esito%20delibera%20%E2%80%93%201.docx'
WHERE "source"='NESSUNA_GARANZIA';
UPDATE gepafin_schema."document"
SET file_name='lettera di accettazione esito delibera 2.docx', file_path='https://mementoresources.s3.amazonaws.com/gepafin/staging/template/lettera%20di%20accettazione%20esito%20delibera%20%E2%80%93%202.docx'
WHERE "source"='GARANZIA_MCC';
UPDATE gepafin_schema."document"
SET file_name='lettera di accettazione esito delibera 3.docx', file_path='https://mementoresources.s3.amazonaws.com/gepafin/staging/template/lettera%20di%20accettazione%20esito%20delibera%20%E2%80%93%203.docx'
WHERE "source"='MCC_START_UP';
UPDATE gepafin_schema."document"
SET file_name='lettera di accettazione esito delibera 4.docx', file_path='https://mementoresources.s3.amazonaws.com/gepafin/staging/template/lettera%20di%20accettazione%20esito%20delibera%20%E2%80%93%204.docx'
WHERE "source"='ALTRE_GARANZIE';