Done ticket GEPAFINBE-236
This commit is contained in:
@@ -3022,4 +3022,17 @@
|
||||
<changeSet id="23-07-2025_RK_121816" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql" path="db/dump/update_application_form_view_23_07_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="29-09-2025_RK_155236" author="Rajesh Khore">
|
||||
<addColumn tableName="application_amendment_request">
|
||||
<column name="type" defaultValue="REGULAR" type="VARCHAR(255)"></column>
|
||||
<column name="amendment_document_type" type="VARCHAR(255)"></column>
|
||||
</addColumn>
|
||||
<sqlFile dbms="postgresql" path="db/dump/insert_system_email_template_for_special_amendment_28-09-2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="30-09-2025_RK_13352" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql" path="db/dump/insert_document_for_special_amendment.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user