Updated form field element

This commit is contained in:
nisha
2024-10-03 19:05:08 +05:30
parent a9cf1faa4b
commit 2bae3675f8
2 changed files with 110 additions and 0 deletions

View File

@@ -871,4 +871,13 @@
path="classpath:db/dump/updated_form_field_data_03-10-2024.sql" />
</changeSet>
<changeSet id="03-10-2024_2" author="Nisha Kashyap">
<sql>
TRUNCATE TABLE FORM_FIELD RESTART IDENTITY;
</sql>
<sqlFile dbms="postgresql"
path="classpath:db/dump/updated_form_field_data_03-10-2024_1.sql" />
</changeSet>
</databaseChangeLog>