Skip to content

Commit

Permalink
add property sequence.nextval, e altre view a liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 1, 2018
1 parent cdb7fd4 commit 782e494
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions sigla-backend/src/main/resources/liquibase/data.xml
Expand Up @@ -3340,17 +3340,6 @@
<column header="pg_ver_rec" name="pg_ver_rec" type="NUMERIC"/>
</loadData>
</changeSet>
<changeSet author="francesco (generated)" id="1516802834820-177">
<loadData commentLineStartsWith="#" encoding="UTF-8" file="csv/codici_siope_bnl.csv" quotchar="&quot;" separator="," tableName="codici_siope_bnl">
<column header="cod_siope" name="cod_siope" type="STRING"/>
<column header="cod_ente" name="cod_ente" type="STRING"/>
<column header="ordinativo" name="ordinativo" type="STRING"/>
<column header="tipo_mr" name="tipo_mr" type="STRING"/>
<column header="importo" name="importo" type="NUMERIC"/>
<column header="anno" name="anno" type="NUMERIC"/>
<column header="nrfile" name="nrfile" type="STRING"/>
</loadData>
</changeSet>
<changeSet author="francesco (generated)" id="1516802834820-178">
<loadData commentLineStartsWith="#" encoding="UTF-8" file="csv/cofog.csv" quotchar="&quot;" separator="," tableName="cofog">
<column header="cd_cofog" name="cd_cofog" type="STRING"/>
Expand Down

0 comments on commit 782e494

Please sign in to comment.