Added evaluation version in the evaluation API's response.

This commit is contained in:
rajesh
2025-01-30 14:20:25 +05:30
parent fbe1268787
commit 4ae96705fa
6 changed files with 35 additions and 2 deletions

View File

@@ -2366,4 +2366,13 @@
columnName="field_value"
newDataType="TEXT"/>
</changeSet>
<changeSet id="03-01-2025_PK_124115" author="Rajesh Khore">
<addColumn tableName="application_evaluation">
<column name="evaluation_version" type="VARCHAR(255)" defaultValue="V1">
<constraints nullable="false"/>
</column>
</addColumn>
</changeSet>
</databaseChangeLog>