Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 549959b

Browse files
committed
@cds.api.ignore the association
1 parent 15555e3 commit 549959b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bookshop/db/schema.cds

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ entity Books : managed {
2323

2424
@Capabilities.ExpandRestrictions.MaxLevels: 1
2525
entity Pages {
26+
@cds.api.ignore
2627
key parent : Association to Books;
2728
key number : Integer;
2829
content : String(1111);

0 commit comments

Comments
 (0)