mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged V2.2 to HEAD
10951: Merged V2.1 to V2.2 10473: Fixed for ETWOONE-114 and ETWOONE-125 10873: Added missing SQL patch reference for post-schema-update tasks: patch.db-V2.1-AuditPathIndex Build label changed to 3.0.0c Labs git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--
|
||||
-- Title: Audit Path index
|
||||
-- Database: Generic
|
||||
-- Since: V2.1 Schema 81
|
||||
-- Author: Andy Hind
|
||||
--
|
||||
-- Please contact support@alfresco.com if you need assistance with the upgrade.
|
||||
--
|
||||
-- Audit path index
|
||||
|
||||
|
||||
CREATE INDEX idx_alf_adtf_pth ON alf_audit_fact (path);
|
@@ -0,0 +1,12 @@
|
||||
--
|
||||
-- Title: Audit Path index
|
||||
-- Database: Generic
|
||||
-- Since: V2.1 Schema 81
|
||||
-- Author: Andy Hind
|
||||
--
|
||||
-- Please contact support@alfresco.com if you need assistance with the upgrade.
|
||||
--
|
||||
-- Audit path index
|
||||
|
||||
|
||||
CREATE INDEX idx_alf_adtf_pth ON alf_audit_fact (path(128));
|
Reference in New Issue
Block a user