Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-167
This commit is contained in:
@@ -2380,6 +2380,17 @@
|
||||
path="db/dump/update_system_email_template_application_rejected_04_02_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="14-02-2025_PK_124000" author="Piyush Kag">
|
||||
|
||||
<addColumn tableName="COMPANY">
|
||||
<column name="JSON" type="TEXT"/>
|
||||
</addColumn>
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_json_column_in_company_data_06_02_2025.sql"/>
|
||||
<dropColumn tableName="USER_WITH_COMPANY" columnName="JSON"/>
|
||||
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="06-02-2025_NK_155519" author="Nisha Kashyap">
|
||||
<addColumn tableName="call">
|
||||
<column name="number_of_check" type="numeric"></column>
|
||||
@@ -2514,6 +2525,10 @@
|
||||
<changeSet id="24-02-2025_RK_125145" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/updated_json_template_for_notification_24_02_2025.sql"/>
|
||||
<changeSet id="17-02-2025_PK_025237" author="Piyush Kag">
|
||||
<renameColumn tableName="call"
|
||||
oldColumnName="product_id"
|
||||
newColumnName="appointment_template_id"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user