Email integration with PEC and MAILGUN services using api call.
This commit is contained in:
@@ -1627,11 +1627,6 @@
|
||||
constraintName="fk_communication_application_amendment_request"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="28-10-2024_2" author="Piyush">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_system_email_template_for_notification_mail_27_10_2024.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="28-10-2024_3" author="Rajesh Khore">
|
||||
<addColumn tableName="application_amendment_request">
|
||||
<column name="protocol_id" type="INTEGER"/>
|
||||
@@ -1689,5 +1684,16 @@
|
||||
</changeSet>
|
||||
|
||||
|
||||
<changeSet id="29-10-2024_2" author="Piyush">
|
||||
<addColumn tableName="hub">
|
||||
<column name="EMAIL_SERVICE_TYPE" type="TEXT"/>
|
||||
<column name="EMAIL_SERVICE_CONFIG" type="TEXT"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="29-10-2024_3" author="Piyush">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_system_email_template_for_notification_mail_31_10_2024.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user