From 3b274089c2bceb9df21c823a5ed9b7e7a78ddc2e Mon Sep 17 00:00:00 2001 From: Wolfgang Koch Date: Tue, 10 Nov 2020 14:26:23 +0100 Subject: [PATCH] cleanup --- gdpr/db/schema.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;