Updated code for appointment creation and added a column in hub for appointment template id..

This commit is contained in:
piyushkag
2025-02-12 11:48:06 +05:30
parent ec7c08b6d6
commit 245f9059e3
9 changed files with 62 additions and 28 deletions

View File

@@ -2418,4 +2418,12 @@
<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>
</databaseChangeLog>