Updated form field data

This commit is contained in:
nisha
2025-01-03 13:15:07 +05:30
parent 3a7ca2b222
commit 0445a37133
2 changed files with 108 additions and 0 deletions

View File

@@ -2139,5 +2139,12 @@
<sqlFile dbms="postgresql"
path="db/dump/update_json_template_for_notification_31_12_2024.sql"/>
</changeSet>
<changeSet id="03-01-2024_NK_125210" author="Nisha Kashyap">
<sql>
TRUNCATE TABLE FORM_FIELD RESTART IDENTITY;
</sql>
<sqlFile dbms="postgresql"
path="db/dump/update_form_field_data_03_01_2025.sql"/>
</changeSet>
</databaseChangeLog>