Skip to content

Commit

Permalink
'text' was mapped to 'long' in ORA
Browse files Browse the repository at this point in the history
And you can just have one of those per table ¯\_(ツ)_/¯
  • Loading branch information
ar committed Mar 3, 2021
1 parent 4b45866 commit 3d86705
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/syslog/src/main/resources/org/jpos/ee/SysLog.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<property name="type" type="string" length="32" />
<property name="severity" type="int" />
<property name="summary" type="string" length="255" />
<property name="detail" type="text" />
<property name="trace" type="text" />
<property name="detail" type="string" length="4000" />
<property name="trace" type="string" length="4000" />
</class>
</hibernate-mapping>

0 comments on commit 3d86705

Please sign in to comment.