Resolved conflict
This commit is contained in:
@@ -3097,4 +3097,7 @@
|
||||
<column name="document_attachment_id" type="TEXT"></column>
|
||||
</addColumn>
|
||||
</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>
|
||||
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user