Resolved conflicts
This commit is contained in:
@@ -2955,6 +2955,13 @@
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="03-06-2025_RK_182045" author="Rajesh Khore">
|
||||
<addColumn tableName="application_amendment_request">
|
||||
<column name="extended_days" type="INTEGER"></column>
|
||||
<column name="extension_date" type="TIMESTAMP WITHOUT TIME ZONE"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="05-06-2025_RK_191738" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/updated_form_field_05_06_2025.sql"/>
|
||||
@@ -2986,5 +2993,33 @@
|
||||
max(id)+1
|
||||
from gepafin_schema.ndganag), false)
|
||||
</sql>
|
||||
</changeSet>
|
||||
<changeSet id="27-06-2025_RK_155914" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_system_email_template_technical_evaluation_rejected.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="02-07_2025_RK_162833" author="Rajesh Khore">
|
||||
<addColumn tableName="application">
|
||||
<column name="vat_number" type="VARCHAR(255)"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="02-07-2025_RK_152053" author="Rajesh Khore">
|
||||
<addColumn tableName="call">
|
||||
<column name="allow_multiple_applications" type="BOOLEAN" defaultValueBoolean="false"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="08-07-2025_RK_152945" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_assigned_application_view_08_07_2025.sql"/>
|
||||
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/update_application_form_view_08_07_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="23-07-2025_RK_121816" author="Rajesh Khore">
|
||||
<sqlFile dbms="postgresql" path="db/dump/update_application_form_view_23_07_2025.sql"/>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user