Resolved conflicts

This commit is contained in:
rajesh
2025-10-14 11:58:13 +05:30
5 changed files with 29 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ default.hub.uuid=p4lk3bcx1RStqTaIVVbXs
#Login to Odessa, Appointment Creation, Upload document Configuration
appointment.base.url=https://prd.galileonetwork.it/gateway/rest
appointment.portal.user=UtenzaAPIPortal@621
appointment.portal.password=Valeria2016!!
appointment.portal.password=Valeria2016!
appointment.portal.source=GEPAFINPORTAL
appointment.portal.context=GEPAFINPORTAL

View File

@@ -3069,4 +3069,9 @@
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
</update>
</changeSet>
<changeSet id="06-10-2025_RK_142435" author="Rajesh Khore">
<addColumn tableName="application">
<column name="previous_status" type="VARCHAR(255)"></column>
</addColumn>
</changeSet>
</databaseChangeLog>