From dd7edaa287444f614bf750941baecc89c4479de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Tue, 13 Apr 2021 15:06:10 +0200 Subject: [PATCH] IBX-153: Workflow queries optimization --- Resources/config/storage/schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/config/storage/schema.yaml b/Resources/config/storage/schema.yaml index 7158875..fecdd62 100644 --- a/Resources/config/storage/schema.yaml +++ b/Resources/config/storage/schema.yaml @@ -18,6 +18,8 @@ tables: indexes: idx_workflow_id: { fields: [id] } initial_owner_id: { fields: [initial_owner_id] } + idx_workflow_co_id_ver: { fields: [content_id, version_no] } + idx_workflow_name: { fields: [workflow_name] } id: id: { type: integer, nullable: false, options: { autoincrement: true } } fields: