created api to update the call
This commit is contained in:
@@ -395,4 +395,19 @@
|
||||
<column name="country" value="Italy"/>
|
||||
</insert>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="27-08-2024_1" author="Rajesh Khore">
|
||||
<dropColumn tableName="EVALUATION_CRITERIA"
|
||||
columnName="name" />
|
||||
<dropColumn tableName="EVALUATION_CRITERIA"
|
||||
columnName="description" />
|
||||
<addColumn tableName="EVALUATION_CRITERIA">
|
||||
<column name="lookup_data_id" type="INTEGER">
|
||||
<constraints nullable="false"
|
||||
foreignKeyName="fk_lookup_data_evaluation_criteria"
|
||||
references="lookup_data(id)" />
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user