Created new endpoint to reject emails by director

This commit is contained in:
rajesh
2026-03-11 12:20:06 +05:30
parent e2c73db9f7
commit 5fe2291a3e
13 changed files with 64 additions and 1 deletions

View File

@@ -3199,4 +3199,10 @@
</addColumn>
</changeSet>
<changeSet id="10-03-2026_RK_184231" author="Rajesh Khore">
<addColumn tableName="email_log">
<column name="motivation" type="TEXT"/>
</addColumn>
</changeSet>
</databaseChangeLog>