Merge pull request #159 from Kitzanos/feature/GEPAFINBE-140
GEPAFINBE-140 (Added codice_ateco field to company data)
This commit is contained in:
@@ -2188,6 +2188,12 @@
|
||||
<sqlFile dbms="postgresql"
|
||||
path="db/dump/insert_expiration_scheduler_data_07_01_2025.sql"/>
|
||||
</changeSet>
|
||||
<changeSet id="13-01-2025_RK_191315" author="Rajesh Khore">
|
||||
<addColumn tableName="company">
|
||||
<column name="CODICE_ATECO" type="VARCHAR(286)">
|
||||
</column>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="08-01-2025_NK_075410" author="Nisha kashyap">
|
||||
<addColumn tableName="application">
|
||||
|
||||
Reference in New Issue
Block a user