Skip to content

Commit

Permalink
FIX date column for liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 26, 2018
1 parent d0f41fa commit ae65ab1
Show file tree
Hide file tree
Showing 5 changed files with 2,362 additions and 2,358 deletions.
1 change: 1 addition & 0 deletions SIGLA/pom.xml
Expand Up @@ -83,6 +83,7 @@
<!-- Copy server configuration -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>copy-configuration-jboss</id>
Expand Down
3 changes: 3 additions & 0 deletions sigla-backend/src/main/resources/db-changelog-master.xml
Expand Up @@ -8,6 +8,9 @@
<property name="now" value="sysdate" dbms="oracle"/>
<property name="now" value="now()" dbms="postgresql"/>

<property name="date.type" value="DATE" dbms="oracle"/>
<property name="date.type" value="DATETIME" dbms="postgresql"/>

<!-- Inizio schema iniziale-->
<include file="liquibase/tables.xml"/>
<include file="liquibase/data.xml"/>
Expand Down

0 comments on commit ae65ab1

Please sign in to comment.