mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed ALF-4190: fixNameCrcValues-2 fails on 3.4
- Finished implementation: Missing bean injection, update parameters wrong way around, etc - Improved performance (negative name crc values can be left as is) - Tested git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -302,8 +302,8 @@
|
||||
update
|
||||
alf_child_assoc
|
||||
set
|
||||
qname_crc = ?,
|
||||
child_node_name_crc = ?
|
||||
child_node_name_crc = ?,
|
||||
qname_crc = ?
|
||||
where
|
||||
id = ?
|
||||
</update>
|
||||
|
Reference in New Issue
Block a user