Updated code.

This commit is contained in:
piyushkag
2025-02-17 16:22:29 +05:30
parent b317d97de9
commit 47c4eb774a

View File

@@ -2418,19 +2418,10 @@
<modifyDataType tableName="call" columnName="product_id" newDataType="INTEGER"/>
</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">
<renameColumn tableName="call"
oldColumnName="product_id"
newColumnName="appointment_template_id"/>
<dropColumn tableName="hub" columnName="appointment_template_id"/>
</changeSet>
</databaseChangeLog>