Skip to content

Commit

Permalink
solution of the exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaMedvedeva authored and hitesh-parmar committed Apr 14, 2023
1 parent e7c1927 commit d955ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.cds
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ entity Travel : managed {
Progress : Integer @readonly;
Description : String(1024);
TravelStatus : Association to TravelStatus @readonly;
to_Agency : Association to TravelAgency;
to_Agency : Association to TravelAgency @assert.target;
to_Customer : Association to Passenger;
to_Booking : Composition of many Booking on to_Booking.to_Travel = $self;
};
Expand Down

0 comments on commit d955ad8

Please sign in to comment.