We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d825673 commit 0bf6369Copy full SHA for 0bf6369
db/common.cds
@@ -1,5 +1,4 @@
1
namespace my.bookshop;
2
-using {sap.attachments.Attachments} from `com.sap.cds/cds-feature-attachments`;
3
4
////////////////////////////////////////////////////////////////////////////
5
//
@@ -9,7 +8,3 @@ type TechnicalBooleanFlag : Boolean @(
9
8
UI.Hidden,
10
Core.Computed
11
);
12
-
13
-// annotate Attachments with {
14
-// modifiedAt @(odata.etag: null);
15
-// }
0 commit comments