Update schema.cds
typo
This commit is contained in:
committed by
Christian Georgi
parent
b32568047d
commit
7ce20182c8
@@ -1,6 +1,6 @@
|
|||||||
namespace sap.capire.bookshop;
|
namespace sap.capire.bookshop;
|
||||||
using { Currency, managed, sap } from '@sap/cds/common';
|
using { Currency, managed, sap } from '@sap/cds/common';
|
||||||
// using { Currency, managed, sap } from '@capire/commorn';
|
// using { Currency, managed, sap } from '@capire/common';
|
||||||
|
|
||||||
entity Books : managed {
|
entity Books : managed {
|
||||||
key ID : Integer;
|
key ID : Integer;
|
||||||
|
|||||||
Reference in New Issue
Block a user