Skip to content

Commit

Permalink
workaround clazz issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Nov 13, 2024
1 parent 6747429 commit 592ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/code/src/com/redhat/rhn/domain/org/Org.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
</query>

<sql-query name="Org.accessibleChannels">
<![CDATA[SELECT {c.*}
<![CDATA[SELECT {c.*}, 0 AS clazz_
FROM rhnChannel {c}
LEFT JOIN rhnChannelCloned c_1_
ON c.id = c_1_.original_id
Expand Down

0 comments on commit 592ab3d

Please sign in to comment.