Skip to content

Commit

Permalink
time type corrected for neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHawk committed Jan 15, 2025
1 parent 311e8e1 commit fe51c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<property name="blobType" value="blob" dbms="neo4j"/>
<property name="uuidType" value="string" dbms="neo4j"/>
<property name="datetimeType" value="date" dbms="neo4j"/>
<property name="timeType" value="localtime" dbms="neo4j"/>
<property name="timeType" value="date" dbms="neo4j"/>
<%_ } _%>

<include file="config/liquibase/changelog/00000000000000_initial_schema.xml" relativeToChangelogFile="false"/>
Expand Down

0 comments on commit fe51c32

Please sign in to comment.