Done task GEPAFINBE-6311 Implemented upload application company document flow

This commit is contained in:
rajesh
2026-03-26 16:30:31 +05:30
parent 22eb51a041
commit c43de36cc0
17 changed files with 197 additions and 23 deletions

View File

@@ -3213,4 +3213,11 @@
<changeSet id="23-03-2026_NK_174724" author="Rajesh Khore">
<sqlFile dbms="postgresql" path="db/dump/update_application_view_23_03_2026.sql"/>
</changeSet>
<changeSet id="24-03-2026_RK_191723" author="Rajesh Khore">
<addColumn tableName="company_document">
<column name="application_id" type="INTEGER"/>
</addColumn>
<dropNotNullConstraint tableName="company_document" columnName="user_with_company_id" columnDataType="INTEGER"/>
</changeSet>
</databaseChangeLog>