mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
17205: Fix Enterprise DB scripts - to enable bootstrap for Oracle 17209: Moved PostgreSQL iBatis config into Community repo location (ETHREEOH-3032) 17210: Fixed ETHREEOH-2909: PostgreSQL: Schema auto-update failed (upgrade script needs to be executed manually) ___________________________________________________________________ Modified: svn:mergeinfo Merged /alfresco/BRANCHES/V3.2:r17205,17209-17210 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17298 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
328 B
SQL
12 lines
328 B
SQL
--
|
|
-- Title: Additional Indexes
|
|
-- Database: Generic
|
|
-- Since: V3.2 schema 2023
|
|
-- Author: davew
|
|
--
|
|
-- Please contact support@alfresco.com if you need assistance with the upgrade.
|
|
--
|
|
-- Additional indexes
|
|
|
|
CREATE INDEX idx_alf_cass_qncrc on alf_child_assoc (qname_crc, type_qname_id, parent_node_id);
|