diff --git a/gdpr/db/schema.cds b/gdpr/db/schema.cds index c3747fc0..93e355d5 100644 --- a/gdpr/db/schema.cds +++ b/gdpr/db/schema.cds @@ -2,7 +2,7 @@ using { sap.capire.bookshop.Books } from '@capire/bookshop'; using { sap.capire.bookshop.Orders } from '@capire/orders'; using { sap.capire.bookshop.OrderItems } from '@capire/orders'; -using { Currency, Country, managed, cuid } from '@sap/cds/common'; +using { Country, managed, cuid } from '@sap/cds/common'; namespace sap.capire.bookshop;