Updated code for evaluation-v2(call)

This commit is contained in:
Piyush
2025-01-24 19:33:47 +05:30
parent e64d10add6
commit 0ebd33e544
26 changed files with 214 additions and 36 deletions

View File

@@ -2274,4 +2274,23 @@
</column>
</createTable>
</changeSet>
<changeSet id="24-01-2025_PK_192615" author="Rajesh Khore">
<addColumn tableName="call">
<column name="evaluation_version" type="VARCHAR(255)" defaultValue="V1">
<constraints nullable="false"/>
</column>
</addColumn>
<sqlFile dbms="postgresql"
path="db/dump/updated_form_field_data_24-01-2025.sql"/>
<addColumn tableName="application">
<column name="evaluation_version" type="VARCHAR(255)" defaultValue="V1">
<constraints nullable="false"/>
</column>
</addColumn>
</changeSet>
</databaseChangeLog>