From a42bbbe00c39802515c65b41af5f9516dfc49aad Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 31 Dec 2023 11:00:46 +0200 Subject: [PATCH] add index --- .../Crm/Resources/metadata/entityDefs/EmailQueueItem.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/EmailQueueItem.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/EmailQueueItem.json index d66dd5d32d..8d79930fb7 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/EmailQueueItem.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/EmailQueueItem.json @@ -24,7 +24,8 @@ }, "sentAt": { "type": "datetime", - "readOnly": true + "readOnly": true, + "index": true }, "emailAddress": { "type": "varchar", @@ -49,4 +50,4 @@ "orderBy": "createdAt", "order": "desc" } -} \ No newline at end of file +}