Updated logic for amendment

This commit is contained in:
rajesh
2025-10-07 15:01:30 +05:30
parent 2e0b033128
commit e5d5cdac2e
4 changed files with 28 additions and 16 deletions

View File

@@ -3035,4 +3035,9 @@
<sqlFile dbms="postgresql" path="db/dump/insert_document_for_special_amendment.sql"/>
</changeSet>
<changeSet id="06-10-2025_RK_142435" author="Rajesh Khore">
<addColumn tableName="application">
<column name="previous_status" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>