Skip to content

Commit

Permalink
docs(pg): terminate code block in query-builder.md (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
wms committed Jul 9, 2023
1 parent 500b074 commit 19971b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guide/query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ knex('accounts')
.updateFrom('clients')
.where('accounts.id', '=', 'clients.id')
.where('clients.active', '=', false)
```
### del / delete
Expand Down

0 comments on commit 19971b2

Please sign in to comment.