All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bootstrap.add_column_lettera_pagamento_estero.xml Maven / Gradle / Ivy

There is a newer version: 6.6.11
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2022  Consiglio Nazionale delle Ricerche
  ~
  ~     This program is free software: you can redistribute it and/or modify
  ~     it under the terms of the GNU Affero General Public License as
  ~     published by the Free Software Foundation, either version 3 of the
  ~     License, or (at your option) any later version.
  ~
  ~     This program is distributed in the hope that it will be useful,
  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~     GNU Affero General Public License for more details.
  ~
  ~     You should have received a copy of the GNU Affero General Public License
  ~     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->

<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
                   xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                   xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
                                       http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">

    <changeSet author="marco.spasiano" id="add_column_istruzioni_on_lettera">
        <addColumn tableName="LETTERA_PAGAM_ESTERO">
            <column name="istruzioni_speciali_1" type="VARCHAR(250)" remarks="Istruzioni speciali sul documento 1210."/>
            <column name="istruzioni_speciali_2" type="VARCHAR(250)" remarks="Istruzioni speciali sul documento 1210."/>
            <column name="istruzioni_speciali_3" type="VARCHAR(250)" remarks="Istruzioni speciali sul documento 1210."/>
        </addColumn>
    </changeSet>
    <changeSet author="marco.spasiano" id="add_column_indirizzo_on_lettera">
        <addColumn tableName="LETTERA_PAGAM_ESTERO">
            <column name="indirizzo_beneficiario" type="VARCHAR(250)" remarks="Indirizzo Beneficiario"/>
            <column name="bic_banca_intermediaria" type="VARCHAR(100)" remarks="SWIFT/BIC Banca Intermediaria"/>
        </addColumn>
    </changeSet>
    <changeSet author="marco.spasiano" id="modify_column_commissioni_spese_on_lettera">
        <modifyDataType tableName="LETTERA_PAGAM_ESTERO" columnName="commissioni_spese" newDataType="VARCHAR(10)"/>
    </changeSet>
    <changeSet author="marco.spasiano" id="add_column_paese_beneficiario_on_lettera">
        <addColumn tableName="LETTERA_PAGAM_ESTERO">
            <column name="paese_beneficiario" type="VARCHAR(100)" remarks="Paese Beneficiario"/>
        </addColumn>
    </changeSet>
    <changeSet author="marco.spasiano" id="configurazione-cnr-add-pagemento-estero">
        <insert tableName="configurazione_cnr">
            <column name="esercizio" type="NUMERIC" value="0"/>
            <column name="cd_unita_funzionale" type="STRING" value="*"/>
            <column name="cd_chiave_primaria" type="STRING" value="PAGAMENTO_ESTERO"/>
            <column name="cd_chiave_secondaria" type="STRING" value="IBAN_SPORTELLO_CONTO"/>
            <column name="val01" type="STRING" value="IT75N0100503392000000218150"/>
            <column name="val02" type="STRING" value="6392"/>
            <column name="val03" type="STRING" value="218150"/>
            <column name="dacr" type="${date.type}" valueDate="${now}"/>
            <column name="utcr" type="STRING" value="SYSTEM"/>
            <column name="duva" type="${date.type}" valueDate="${now}"/>
            <column name="utuv" type="STRING" value="SYSTEM"/>
            <column name="pg_ver_rec" type="NUMERIC" value="0"/>
        </insert>
    </changeSet>
    <changeSet author="marco.spasiano" id="configurazione-cnr-add-distinta-estero">
        <insert tableName="configurazione_cnr">
            <column name="esercizio" type="NUMERIC" value="0"/>
            <column name="cd_unita_funzionale" type="STRING" value="*"/>
            <column name="cd_chiave_primaria" type="STRING" value="DISTINTA_ESTERO"/>
            <column name="cd_chiave_secondaria" type="STRING" value="DIMENSIONE_MASSIMA_MB"/>
            <column name="im01" type="NUMERIC" value="8"/>
            <column name="dacr" type="${date.type}" valueDate="${now}"/>
            <column name="utcr" type="STRING" value="SYSTEM"/>
            <column name="duva" type="${date.type}" valueDate="${now}"/>
            <column name="utuv" type="STRING" value="SYSTEM"/>
            <column name="pg_ver_rec" type="NUMERIC" value="0"/>
        </insert>
    </changeSet>

</databaseChangeLog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy