Skip to content

Commit

Permalink
Merge pull request #221 from alcarraz/issue/220-status-references-wro…
Browse files Browse the repository at this point in the history
…ng-syslog-column

Status: Use `source` column to relate syslog events
  • Loading branch information
ar authored Oct 6, 2021
2 parents e46f8bd + 74f5b7b commit 7453132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<set name="events" lazy="true" cascade="all-delete-orphan"
order-by="id asc">
<key column="status"/>
<key column="source"/>
<one-to-many class="org.jpos.ee.SysLog" />
</set>
<!--
Expand Down

0 comments on commit 7453132

Please sign in to comment.