Done ticket GEPAFINBE-166
This commit is contained in:
@@ -2390,6 +2390,26 @@
|
||||
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_form_field_data_06-02-2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="11-02-2025_RK_111500" author="Rajesh Khore">
|
||||
<addColumn tableName="system_email_template">
|
||||
<column name="hub_id" type="INTEGER">
|
||||
<constraints foreignKeyName="fk_hub_id"
|
||||
references="hub(id)" />
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="11-02-2025_RK_111515" author="Rajesh Khore">
|
||||
<sql dbms="postgresql">select
|
||||
setval('gepafin_schema.system_email_template_id_seq', (select
|
||||
max(id)+1
|
||||
from gepafin_schema.system_email_template), false)
|
||||
</sql>
|
||||
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_system_email_template_for_updating_amendment_mail_notification_mail_31_01_2024_1.sql"/>
|
||||
|
||||
</changeSet>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user