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,