refactoring requests
This commit is contained in:
committed by
Daniel Hutzel
parent
70b0c85346
commit
34acef85b6
@@ -1,5 +1,3 @@
|
||||
using {managed} from '@sap/cds/common';
|
||||
|
||||
namespace sap.capire.media.store;
|
||||
|
||||
aspect Named {
|
||||
@@ -90,7 +88,7 @@ entity InvoiceItems {
|
||||
quantity : Integer default 1;
|
||||
}
|
||||
|
||||
entity Tracks : managed {
|
||||
entity Tracks {
|
||||
key ID : Integer;
|
||||
name : String(200);
|
||||
album : Association to Albums;
|
||||
|
||||
Reference in New Issue
Block a user