From 13176e250ea6aa9af77ea333a0065ce14e6992e6 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Tue, 1 Apr 2025 16:19:23 +0200 Subject: [PATCH] typo --- bookshop/db/schema.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;