Skip to content

Commit

Permalink
Eliminato Attribute 'replaceIfExists'
Browse files Browse the repository at this point in the history
  • Loading branch information
rosangela.pucciarelli committed Apr 13, 2018
1 parent bc0a6a3 commit dc12f49
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -605,22 +605,22 @@
</insert>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-view-V_INCARICHI_ELENCO">
<sqlFile dbms="oracle" path="../expsigladb/View/V_INCARICHI_ELENCO.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/View/V_INCARICHI_ELENCO.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-view-V_REGISTRO_IVA_VENDITE">
<sqlFile dbms="oracle" path="../expsigladb/View/V_REGISTRO_IVA_VENDITE.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/View/V_REGISTRO_IVA_VENDITE.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-view-V_REGISTRO_IVA_ACQUISTI">
<sqlFile dbms="oracle" path="../expsigladb/View/V_REGISTRO_IVA_ACQUISTI.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/View/V_REGISTRO_IVA_ACQUISTI.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-view-V_LIQUIDAZIONE_IVA_ACQUISTI">
<sqlFile dbms="oracle" path="../expsigladb/View/V_LIQUIDAZIONE_IVA_ACQUISTI.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/View/V_LIQUIDAZIONE_IVA_ACQUISTI.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-view-V_LIQUIDAZIONE_IVA_VENDITE">
<sqlFile dbms="oracle" path="../expsigladb/View/V_LIQUIDAZIONE_IVA_VENDITE.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/View/V_LIQUIDAZIONE_IVA_VENDITE.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
<changeSet author="rosangela.pucciarelli" runOnChange="true" id="modify-package-CNRCTB260_BODY.sql">
<sqlFile dbms="oracle" path="../expsigladb/Package/CNRCTB260_BODY.sql" replaceIfExists="true" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
<sqlFile dbms="oracle" path="../expsigladb/Package/CNRCTB260_BODY.sql" relativeToChangelogFile="true" splitStatements="true" stripComments="false"/>
</changeSet>
</databaseChangeLog>

Expand Down

0 comments on commit dc12f49

Please sign in to comment.