Skip to content

Commit

Permalink
Aggiunto l'esercizio di chiusura
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 17, 2025
1 parent 31d252a commit 0e6a503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<property name="fine_esercizio" value="to_number(to_char(SYSDATE, 'YYYY')) + 100" dbms="oracle"/>
<property name="fine_esercizio" value="date_part('year', now()) + 100" dbms="postgresql"/>
<property name="fine_esercizio" value="YEAR(CURRENT_DATE) + 100" dbms="h2"/>
<property name="fine_esercizio" value="YEAR(CURRENT_DATE + 36500)" dbms="h2"/>

<changeSet author="marco.spasiano" id="addColumn-ti_bollo-voce_iva">
<addColumn tableName="voce_iva">
Expand Down

0 comments on commit 0e6a503

Please sign in to comment.