Added motivation text field in application evaluation

This commit is contained in:
rajesh
2024-11-22 14:05:22 +05:30
parent 882905ca51
commit bd66c711fe
5 changed files with 14 additions and 0 deletions

View File

@@ -1798,4 +1798,9 @@
<where>role_type = 'ROLE_PRE_INSTRUCTOR'</where>
</update>
</changeSet>
<changeSet id="22-11-2024_1" author="Rajesh Khore">
<addColumn tableName="application_evaluation">
<column name="MOTIVATION" type="TEXT"></column>
</addColumn>
</changeSet>
</databaseChangeLog>