add getMyTracks option

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-10-13 11:23:00 +03:00
committed by Daniel Hutzel
parent 99d4da34d7
commit a917dac1b2
5 changed files with 29 additions and 58 deletions

View File

@@ -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;