Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-175

This commit is contained in:
rajesh
2025-02-27 19:20:29 +05:30
30 changed files with 412 additions and 21 deletions

View File

@@ -2537,4 +2537,18 @@
path="db/dump/updated_system_email_template_email_scenario_27_02_2025.sql"/>
</changeSet>
<changeSet id="26-02-2025_NK_180530" author="Nisha Kashyap">
<sqlFile dbms="postgresql"
path="db/dump/updated_hub_data_for_email_service_config_25-02-2025.sql"/>
</changeSet>
<changeSet id="27-02-2025_RK_270225" author="Rajesh Khore">
<addColumn tableName="company_document">
<column name="name" type="VARCHAR(255)">
<constraints nullable="true"/>
</column>
</addColumn>
</changeSet>
</databaseChangeLog>