Updated code for csv

This commit is contained in:
rajesh
2025-07-02 19:11:07 +05:30
parent 09f3a4856d
commit 7a40595492
4 changed files with 75 additions and 19 deletions

View File

@@ -2984,4 +2984,10 @@
<sqlFile dbms="postgresql"
path="db/dump/insert_system_email_template_technical_evaluation_rejected.sql"/>
</changeSet>
<changeSet id="02-07_2025_RK_162833" author="Rajesh Khore">
<addColumn tableName="application">
<column name="vat_number" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>