Updated code.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user