From 92b69f3825ea3c927e3d88b8ca1e7857377591b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Koch Date: Fri, 19 Feb 2021 11:58:08 +0100 Subject: [PATCH] pdm annotations --- gdpr/db/data-privacy.cds | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gdpr/db/data-privacy.cds b/gdpr/db/data-privacy.cds index 1070c60a..3471d070 100644 --- a/gdpr/db/data-privacy.cds +++ b/gdpr/db/data-privacy.cds @@ -26,15 +26,6 @@ annotate bookshop.CustomerPostalAddress with @PersonalData : { country @PersonalData.IsPotentiallyPersonal; } -// annotations for Personal Data Manager - Search Fields -annotate bookshop.Customers with @(Communication.Contact : { - n : { - surname : lastName, - given : firstName - }, - bday : dateOfBirth -}); - // annotations for Audit Log annotate bookshop.Customers with @AuditLog.Operation : { Read : true,