diff --git a/bookshop/db/schema.cds b/bookshop/db/schema.cds index dd5738c5..f6404dc3 100644 --- a/bookshop/db/schema.cds +++ b/bookshop/db/schema.cds @@ -1,6 +1,7 @@ using { Currency, managed, sap } from '@sap/cds/common'; namespace sap.capire.bookshop; +@fiori.draft.enabled // workaround for reuse in fiori sample and hana deployment entity Books : managed { key ID : Integer; title : localized String(111) @mandatory;