Added Status in Amendment

This commit is contained in:
harish
2024-10-30 10:48:22 +05:30
parent 2f68329eee
commit 163ca6fe43
14 changed files with 107 additions and 2 deletions

View File

@@ -1645,5 +1645,14 @@
constraintName="fk_application_amendment_request_protocol"/>
</changeSet>
<changeSet id="29-10-2024_1" author="Rajesh Khore">
<addColumn tableName="application_amendment_request">
<column name="start_date" type="TIMESTAMP WITHOUT TIME ZONE"/>
<column name="status" type="VARCHAR(50)"/>
<column name="internal_note" type="TEXT"></column>
</addColumn>
</changeSet>
</databaseChangeLog>