Skip to content

Commit 9e53567

Browse files
authored
Merge pull request #5 from lisajulia/main
Add index.cds
2 parents 141ab40 + aca9045 commit 9e53567

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

index.cds

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace sap.print;
2+
3+
@cds.skip.peristance
4+
entity Queues {
5+
key ID : String;
6+
description : String;
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "SAP SE (https://www.sap.com)",
99
"license": "Apache-2.0",
1010
"files": [
11+
"index.cds",
1112
"lib",
1213
"package.json",
1314
"README.md"

0 commit comments

Comments
 (0)