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

57913: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      57882: MNT-9961: DB2: Upgrade from 4.0.2.40 to 4.2.1 fails with NPE during database schema bootstrap
      Add missed dummy patch that should be executed for all databases except MS SQL Server in scope of MNT-9764


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61906 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 22:26:44 +00:00
parent d817f0522d
commit cedbfbd91b

View File

@@ -0,0 +1,24 @@
--
-- Title: Define string_value column as nonkey in IDX_ALF_NPROP_S index.
-- Database: Generic
-- Since: V4.2 Schema 6052
-- Author: Viachaslau Tsikhanovich
--
-- Please contact support@alfresco.com if you need assistance with the upgrade.
--
-- MNT-9764 : SQL Server: MDQ index does not handle large string values
-- Patch is applied only for MS SQL Server, see MNT-9764
--
-- Record script finish
--
DELETE FROM alf_applied_patch WHERE id = 'patch.db-V4.2-restructure-idx_alf_nprop_s-MSSQL';
INSERT INTO alf_applied_patch
(id, description, fixes_from_schema, fixes_to_schema, applied_to_schema, target_schema, applied_on_date, applied_to_server, was_executed, succeeded, report)
VALUES
(
'patch.db-V4.2-restructure-idx_alf_nprop_s-MSSQL', 'Defines string_value column as nonkey in IDX_ALF_NPROP_S index',
0, 6051, -1, 6052, null, 'UNKNOWN', ${TRUE}, ${TRUE}, 'Script completed'
);