Skip to content

Commit

Permalink
Merge pull request #74 from bjagg/set_idx
Browse files Browse the repository at this point in the history
enh(73): Add index to NEWS_CONFIGURATION.SET_ID.
  • Loading branch information
bjagg authored Aug 29, 2018
2 parents 0036278 + 67d4829 commit 28d400a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
<many-to-one
name="newsSet"
class="org.jasig.portlet.newsreader.NewsSet"
column="SET_ID"
cascade="merge, persist, refresh" lazy="false"/>
cascade="merge, persist, refresh" lazy="false">
<column name="SET_ID" index="SET_ID_IDX" />
</many-to-one>


<!-- SUBCLASSES -->
Expand Down

0 comments on commit 28d400a

Please # to comment.