Skip to content

Commit

Permalink
SAM-3333 Change sequence name in hibernate (sakaiproject#5163)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono authored and ern committed Dec 28, 2017
1 parent 824923f commit a8c2c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<class name="org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemTag" table="SAM_PUBLISHEDITEMTAG_T">
<id name="id" column="ITEMTAGID" type="java.lang.Long" unsaved-value="0">
<generator class="native">
<param name="sequence">SAM_ITEMTAG_ID_S</param>
<param name="sequence">SAM_PITEMTAG_ID_S</param>
</generator>
</id>
<many-to-one name="item" class="org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemData"
Expand Down

0 comments on commit a8c2c2f

Please sign in to comment.