Updated code for appointment creation flow and productId field to appointmentTemplateId.
This commit is contained in:
@@ -2437,4 +2437,11 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user