Updated form field data

This commit is contained in:
nisha
2024-09-25 21:41:50 +05:30
parent ccaa3c9ffe
commit 39b0ba994c

View File

@@ -736,4 +736,10 @@
</createTable>
</changeSet>
<changeSet id="25-09-2024_2" author="Nisha kashyap">
<update tableName="form_field">
<column name="name" value="textinput" />
<where>id = 13</where>
</update>
</changeSet>
</databaseChangeLog>