diff --git a/bookshop/db/schema.cds b/bookshop/db/schema.cds index 8bcb9d43..7519ea95 100644 --- a/bookshop/db/schema.cds +++ b/bookshop/db/schema.cds @@ -35,4 +35,4 @@ type Price : Decimal(9,2); // ------------------------------------------------------------------ // temporary workaround for reuse in fiori sample and hana deployment -annotate Books with @fiori.draft.enabled +annotate Books with @fiori.draft.enabled;