Merge branch 'master' into adding-suppliers

This commit is contained in:
Daniel
2021-03-27 19:25:27 +01:00
15 changed files with 215 additions and 221 deletions

View File

@@ -7,7 +7,7 @@
"index.cds"
],
"dependencies": {
"@sap/cds": "^4",
"@sap/cds": ">=4",
"express": "^4.17.1"
},
"scripts": {

View File

@@ -17,7 +17,7 @@ service ReviewsService {
annotate Reviews with {
subject @mandatory;
title @mandatory;
rating @assert.enum;
rating @assert.range;
}
}