Skip to content

Commit 299fb3c

Browse files
committed
Merge branch 'main' into constraints
2 parents b415cb8 + 0800316 commit 299fb3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

db/schema.cds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ namespace sap.capire.travels;
22

33
using { sap, managed, Country, Currency } from '@sap/cds/common';
44
using {
5-
sap.capire.flights.Flights,
6-
sap.capire.flights.Supplements,
5+
sap.capire.xflights.Flights,
6+
sap.capire.xflights.Supplements,
77
} from './xflights';
88

99

db/xflights.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44

55
using { sap.capire.flights.data as external } from '@capire/xflights-data';
6-
namespace sap.capire.flights;
6+
namespace sap.capire.xflights;
77

88
@federated entity Flights as projection on external.Flights {
99
*,

0 commit comments

Comments
 (0)