From 4e8b123739bda79e60e38f9002019713f5bb215d Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Mon, 24 Jul 2023 13:31:10 +0200 Subject: [PATCH] IBX-5388: Added index on `ezcontentobject_link.contentclassattribute_id` field For more details see https://issues.ibexa.co/browse/IBX-5388 and https://github.com/ezsystems/ezplatform-kernel/pull/378 --- .../Resources/config/storage/legacy/schema.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/eZ/Bundle/EzPublishCoreBundle/Resources/config/storage/legacy/schema.yaml b/eZ/Bundle/EzPublishCoreBundle/Resources/config/storage/legacy/schema.yaml index 5f73d5115b..3f13e75f72 100644 --- a/eZ/Bundle/EzPublishCoreBundle/Resources/config/storage/legacy/schema.yaml +++ b/eZ/Bundle/EzPublishCoreBundle/Resources/config/storage/legacy/schema.yaml @@ -261,6 +261,7 @@ tables: indexes: ezco_link_to_co_id: { fields: [to_contentobject_id] } ezco_link_from: { fields: [from_contentobject_id, from_contentobject_version, contentclassattribute_id] } + ezco_link_cca_id: { fields: [contentclassattribute_id] } id: id: { type: integer, nullable: false, options: { autoincrement: true } } fields: