updated form_filed for table
This commit is contained in:
@@ -1020,6 +1020,12 @@
|
|||||||
constraintName="fk_application_signed_document_application"/>
|
constraintName="fk_application_signed_document_application"/>
|
||||||
|
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
<changeSet id="13-10-2024_1" author="Rajesh Khore">
|
||||||
|
<update tableName="form_field">
|
||||||
|
<column name="validators" value='{"custom": "nonEmptyTables"}' />
|
||||||
|
<where>name='table'</where>
|
||||||
|
</update>
|
||||||
|
</changeSet>
|
||||||
|
|
||||||
|
|
||||||
</databaseChangeLog>
|
</databaseChangeLog>
|
||||||
|
|||||||
Reference in New Issue
Block a user