From 05f4f28d8ca002ef285537b695dda1100f2888b0 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 5 Jun 2023 15:05:06 +0200 Subject: [PATCH] Use common-content 1.1.0 --- ...{sap-common-Currencies.csv => sap.common-Currencies.csv} | 0 fiori/package.json | 3 ++- package-lock.json | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) rename common/data/{sap-common-Currencies.csv => sap.common-Currencies.csv} (100%) diff --git a/common/data/sap-common-Currencies.csv b/common/data/sap.common-Currencies.csv similarity index 100% rename from common/data/sap-common-Currencies.csv rename to common/data/sap.common-Currencies.csv diff --git a/fiori/package.json b/fiori/package.json index 4ced2968..09a0eae8 100644 --- a/fiori/package.json +++ b/fiori/package.json @@ -34,7 +34,8 @@ } }, "db": { - "kind": "sql" + "kind": "sql", + "schema_evolution": "auto" }, "db-ext": { "[development]": { diff --git a/package-lock.json b/package-lock.json index eb065c45..16db8210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,6 +52,7 @@ "@capire/orders": "*", "@capire/reviews": "*", "@sap/cds": ">=5", + "@sap/cds-common-content": "^1.0.0", "express": "^4.17.1" } }, @@ -514,6 +515,11 @@ "node": ">=14.18.0" } }, + "node_modules/@sap/cds-common-content": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@sap/cds-common-content/-/cds-common-content-1.1.0.tgz", + "integrity": "sha512-Ilje2xIU7WoM8euq9pNFm5H0YCtxWWFI9mPQMzYlN0B+f1XNGvDYT0/iUUUKDCDxuDEUGOwxSXB7ENim2nG3vw==" + }, "node_modules/@sap/cds-compiler": { "version": "3.8.2", "resolved": "https://registry.npmjs.org/@sap/cds-compiler/-/cds-compiler-3.8.2.tgz",