From b0b6ea1394b0bc0ad32162536294a296809d9083 Mon Sep 17 00:00:00 2001
From: Sebastian Listl <s.listl@adito.de>
Date: Mon, 26 Apr 2021 18:34:16 +0200
Subject: [PATCH] linkinformation for MailLog_entity fixed

---
 entity/MailLog_entity/MailLog_entity.aod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/entity/MailLog_entity/MailLog_entity.aod b/entity/MailLog_entity/MailLog_entity.aod
index a72d503f7b..37a6fcbb87 100644
--- a/entity/MailLog_entity/MailLog_entity.aod
+++ b/entity/MailLog_entity/MailLog_entity.aod
@@ -211,7 +211,7 @@
         </dbRecordFieldMapping>
         <dbRecordFieldMapping>
           <name>DATE_OPENED.value</name>
-          <recordfield>LINK_CLICK.DATE_OPENED</recordfield>
+          <recordfield>WEBLINK_CLICK.DATE_OPENED</recordfield>
         </dbRecordFieldMapping>
       </recordFieldMappings>
       <linkInformation>
@@ -238,8 +238,8 @@
         </linkInformation>
         <linkInformation>
           <name>ad7f427d-fdd8-426d-b068-ce89e2dbeeda</name>
-          <tableName>LINK_CLICK</tableName>
-          <primaryKey>LINK_CLICKID</primaryKey>
+          <tableName>WEBLINK_CLICK</tableName>
+          <primaryKey>WEBLINK_CLICKID</primaryKey>
           <isUIDTable v="false" />
           <readonly v="true" />
         </linkInformation>
-- 
GitLab