add getMyTracks option
This commit is contained in:
committed by
Daniel Hutzel
parent
99d4da34d7
commit
a917dac1b2
@@ -1,9 +1,5 @@
|
||||
using {sap.capire.media.store as my} from '../db/schema';
|
||||
|
||||
@cds.query.limit : {
|
||||
default : 20,
|
||||
max : 100
|
||||
}
|
||||
service MediaService {
|
||||
entity Employees as projection on my.Employees;
|
||||
entity Customers as projection on my.Customers;
|
||||
|
||||
Reference in New Issue
Block a user