Resolved conflict of PR Updated Application Rejection Flow
This commit is contained in:
@@ -3067,4 +3067,17 @@
|
||||
<column name="previous_status" type="VARCHAR(255)"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="15-10-2025_RK_152435" author="Rajesh Khore">
|
||||
<dropColumn tableName="application" columnName="email_json"/>
|
||||
|
||||
<addColumn tableName="application">
|
||||
<column name="rejected_reason" type="VARCHAR(255)"/>
|
||||
<column name="rejected_document" type="VARCHAR(255)"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="16-10-2025_RK_13352" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql" path="db/dump/update_system_email_template_of_application_rejected_16_10_2025.sql"/>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user