diff --git a/db/books.cds b/db/books.cds index e7aa3928..511d5ffd 100644 --- a/db/books.cds +++ b/db/books.cds @@ -51,6 +51,4 @@ annotate Authors with entity Genres : sap.common.CodeList { key ID : Integer; parent : Association to Genres; - children : Composition of many Genres - on children.parent = $self; }