Skip to content

Commit 3b1d0a6

Browse files
committed
Re-add attachments to model
1 parent 8eb8505 commit 3b1d0a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/incidents-app/db/attachments.cds

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ extend my.Customers with {
3333
extend my.SampleRootWithComposedEntity with {
3434
attachments : Composition of many Attachments;
3535
}
36+
37+
extend my.Test with {
38+
attachments: Composition of many Attachments;
39+
}
40+
41+
extend my.TestDetails with {
42+
attachments: Composition of many Attachments;
43+
}

0 commit comments

Comments
 (0)