Done ticket

This commit is contained in:
nisha
2024-10-03 14:53:17 +05:30
parent 3ebb4106ec
commit a2055e4474
2 changed files with 108 additions and 1 deletions

View File

@@ -833,5 +833,13 @@
<column name="start_time" type="TIME"></column>
</addColumn>
</changeSet>
<changeSet id="03-10-2024_1" 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.sql" />
</changeSet>
</databaseChangeLog>