mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84811: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 82464: ACE-1246 "Allow the customer to change the document encryption key" Encrypting content store git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85170 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,5 +43,12 @@
|
||||
<include refid="alfresco.content.insert_ContentData_Sequence"/>
|
||||
|
||||
</insert>
|
||||
|
||||
|
||||
<insert id="insert_KeyData" parameterType="ContentUrlKey">
|
||||
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
|
||||
select nextVal('alf_content_url_enc_seq')
|
||||
</selectKey>
|
||||
|
||||
<include refid="alfresco.content.insert_KeyData_Sequence"/>
|
||||
</insert>
|
||||
</mapper>
|
Reference in New Issue
Block a user