Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into develop
This commit is contained in:
@@ -1665,6 +1665,29 @@
|
||||
<where>UNIQUE_UUID = 't7jh5wfg9QXylNaTZkPoE'</where>
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="31-10-2024_1" author="Rajesh Khore">
|
||||
<addColumn tableName="hub">
|
||||
<column name="EMAIL_SIGNATURE" type="TEXT"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="31-10-2024_2" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/updated_system_email_template_for_application_submition_30-10-2024.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="31-10-2024_3" author="Rajesh Khore">
|
||||
<update tableName="hub">
|
||||
<column name="EMAIL_SIGNATURE" value="Gepafin S.p.a"/>
|
||||
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
|
||||
</update>
|
||||
<update tableName="hub">
|
||||
<column name="EMAIL_SIGNATURE" value="Sviluppumbria S.p.a"/>
|
||||
<where>UNIQUE_UUID = 't7jh5wfg9QXylNaTZkPoE'</where>
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user