Basic bookshop w/o reuse deps (#312)

This commit is contained in:
Daniel Hutzel
2022-01-29 23:49:30 +01:00
committed by GitHub
parent ea0773071e
commit aa28804a51
5 changed files with 28 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ extend sap.common.Currencies with {
* annotate sap.common.Countries with @cds.persistence.skip:false;
*/
context sap.common_countries {
context sap.common.countries {
extend sap.common.Countries {
regions : Composition of many Regions on regions._parent = $self.code;