Added name field in company document

This commit is contained in:
rajesh
2025-02-27 14:51:51 +05:30
parent 2fe02a716f
commit 274609af29
8 changed files with 26 additions and 8 deletions

View File

@@ -2536,5 +2536,14 @@
<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>