rm tombstone
This commit is contained in:
@@ -26,9 +26,7 @@ extend service external with {
|
|||||||
*/
|
*/
|
||||||
@cds.persistence:{table,skip:false} //> create a table with the view's inferred signature
|
@cds.persistence:{table,skip:false} //> create a table with the view's inferred signature
|
||||||
@cds.autoexpose //> auto-expose in services as targets for ValueHelps and joins
|
@cds.autoexpose //> auto-expose in services as targets for ValueHelps and joins
|
||||||
entity sap.capire.bookshop.Addresses as SELECT from external.Addresses { *,
|
entity sap.capire.bookshop.Addresses as projection on external.Addresses;
|
||||||
false as tombstone : Boolean
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user