Skip to content

Commit 403e4e4

Browse files
authored
Merge pull request #12 from SirSimon04/fix-annotation-typo
fix: cds.persistence.skip
2 parents 1133666 + 87b9a5e commit 403e4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.cds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
namespace sap.print;
22

3-
@cds.skip.peristance
3+
4+
@cds.persistence.skip
45
entity Queues {
56
key ID : String;
67
description : String;

0 commit comments

Comments
 (0)