Skip to content

Commit 9d50620

Browse files
Fix (?) to shared-db testing in microservices.md (#1937)
The `cds db -2 sql` and `cds db -2 hana` commands are a bit suspect, as the `db` command doesn't exist. From the paragraph just before these commands, I suspect this should be `compile`, but even then, we need also to specify the `--all` option, otherwise we get the message "You must specify a model to compile.". --------- Co-authored-by: René Jeglinsky <[email protected]>
1 parent 9eff059 commit 9d50620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/deployment/microservices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ cd shared-db
159159
```
160160

161161
```sh
162-
cds db -2 sql
162+
cds compile db -2 sql
163163
```
164164
```sh
165-
cds db -2 hana
165+
cds compile db -2 hana
166166
```
167167

168168
```sh

0 commit comments

Comments
 (0)