Done ticket GEPAFINBE-210
This commit is contained in:
@@ -2746,4 +2746,23 @@
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_system_email_template_28_04_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="22-04-2025_PK_192400" author="Piyush Kag">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_json_template_for_notification_22_04_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="24-04-2025_PK_121820" author="Piyush Kag">
|
||||
<addColumn tableName="email_log">
|
||||
<column name="user_action_id" type="INTEGER">
|
||||
<constraints foreignKeyName="fk_email_log_user_action" references="user_action(id)"/>
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="30-04-2025_PK_125515" author="Piyush Kag">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_system_email_template_for_application_submission_failure_30_04_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user