Updated code.

This commit is contained in:
piyushkag
2025-02-17 16:22:29 +05:30
parent 5e360845a7
commit 028b4a52a1

View File

@@ -2429,19 +2429,10 @@
<modifyDataType tableName="call" columnName="product_id" newDataType="INTEGER"/> <modifyDataType tableName="call" columnName="product_id" newDataType="INTEGER"/>
</changeSet> </changeSet>
<changeSet id="11-02-2025_PK_175119" author="Piyush Kag">
<update tableName="hub">
<column name="appointment_template_id"
value='7'/>
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
</update>
</changeSet>
<changeSet id="17-02-2025_PK_025237" author="Piyush Kag"> <changeSet id="17-02-2025_PK_025237" author="Piyush Kag">
<renameColumn tableName="call" <renameColumn tableName="call"
oldColumnName="product_id" oldColumnName="product_id"
newColumnName="appointment_template_id"/> newColumnName="appointment_template_id"/>
<dropColumn tableName="hub" columnName="appointment_template_id"/>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>