Resolved conflict
This commit is contained in:
@@ -2960,4 +2960,24 @@
|
||||
path="db/dump/updated_form_field_05_06_2025.sql"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="06-06-2025_RK_180524" author="Rajesh Khore">
|
||||
<createTable tableName="ndganag">
|
||||
<column name="id" type="INTEGER" autoIncrement="true">
|
||||
<constraints primaryKey="true" primaryKeyName="ndganag_pkey" nullable="false"/>
|
||||
</column>
|
||||
<column name="ndg" type="VARCHAR(255)" />
|
||||
<column name="company_name" type="VARCHAR(255)"/>
|
||||
<column name="vat_number" type="VARCHAR(255)" />
|
||||
<column name="codice_fiscale" type="VARCHAR(255)" />
|
||||
<column name="json" type="TEXT"/>
|
||||
<column name="is_deleted" type="BOOLEAN"/>
|
||||
<column name="created_date" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
<column name="updated_date" type="TIMESTAMP WITHOUT TIME ZONE"/>
|
||||
</createTable>
|
||||
|
||||
<addColumn tableName="application">
|
||||
<column name="pec_email" type="VARCHAR(255)"></column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
Reference in New Issue
Block a user