mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
108043: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) 107697: Merged DEV to 5.0.N (5.0.3) 107623: MNT-14125: Errors related to sizeCurrent property. - Update actual_type_n and persisted_type_n to 3 (stands for long type) of cm:sizeCurrent properties which have invalid 0 types git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108074 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -47,6 +47,13 @@ public interface PatchDAO
|
||||
*/
|
||||
public int updateContentMimetypeIds(Long oldMimetypeId, Long newMimetypeId);
|
||||
|
||||
/**
|
||||
* Update all <b>alf_node_properties</b> of 'sizeCurrent' name to have correct persisted type of Long.
|
||||
*
|
||||
* @return the number of rows affected
|
||||
*/
|
||||
public int updatePersonSizeCurrentType();
|
||||
|
||||
/**
|
||||
* Query for a list of nodes that have a given type and share the same name pattern (SQL LIKE syntax)
|
||||
*
|
||||
|
Reference in New Issue
Block a user