Skip to content

Commit

Permalink
larger detail in GLTransaction and GLEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Sep 28, 2018
1 parent 6c94333 commit 2d128b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</id>
<discriminator column="subclass" type="string" length="1" />

<property name="detail" type="string" />
<property name="detail" type="string" length="4096" />
<property name="tags" type="org.jpos.ee.usertype.TagsType">
<column name="tags" sql-type="varchar(255)" not-null="false" />
</property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<generator class="native" />
</id>

<property name="detail" type="string" />
<property name="detail" type="string" length="4096" />
<property name="tags" type="org.jpos.ee.usertype.TagsType">
<column name="tags" sql-type="varchar(255)" not-null="false" />
</property>
Expand Down

0 comments on commit 2d128b2

Please # to comment.