Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 68cb4d3

Browse files
authored
add note to switch back to cds watch
1 parent 693f02b commit 68cb4d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/06/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ In a similar way to how we restricted access to the `Books` and `Authors` entity
151151

152152
As you might have guessed, this is achieved via the `@insertonly` annotation shortcut.
153153

154+
:point_right: Before making this edit, switch back (if you haven't already) to using `cds watch` so that restarts will be automatic after changes.
155+
154156
:point_right: In the `CatalogService` service definition in `srv/service.cds`, annotate the `Orders` entity with `@insertonly` so it looks like this:
155157

156158
```cds

0 commit comments

Comments
 (0)