Added evaluation version in the evaluation API's response.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user