Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

91564: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud)
      91556: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1)
         91472: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5)
            91406: Merged DEV (4.2.4) to V4.2.4 (4.2.4)
               91352: MNT-12716 : 3.4 -> 4.2 Upgrade does not migrate locales of translated documents
                  - We can now specify default value in --ASSIGN directive using ftl-like way (var=col_name!-1).


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-01-31 11:34:18 +00:00
parent af849d4521
commit ed32b91ee6
3 changed files with 18 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ CREATE TABLE tmp_locale_upgrade
KEY idx_tmp_loc_str_v (string_value(42))
) ENGINE=InnoDB;
--ASSIGN:locale_qname_id=id
--ASSIGN:locale_qname_id=id!-1
SELECT alf_qname.id AS id FROM alf_qname
JOIN alf_namespace ON (alf_namespace.id = alf_qname.ns_id)
WHERE