Skip to content

Commit

Permalink
feat: improve upsert matching conditions release (#388)
Browse files Browse the repository at this point in the history
* feat: improve upsert matching conditions

BREAKING CHANGE: See PR#370. The ON CONFLICT clause generation now selects constraints
intelligently
  • Loading branch information
cdaringe committed Jul 1, 2022
1 parent 3e7481d commit 58aa520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ pnpm install --save postgraphile-upsert-plugin
postgraphile --append-plugins postgraphile-upsert-plugin:PgMutationUpsertPlugin
```

See [here](https://www.graphile.org/postgraphile/extending/#loading-additional-plugins) for
more information about loading plugins with PostGraphile.
See [here](https://www.graphile.org/postgraphile/extending/#loading-additional-plugins) for more information about loading plugins with PostGraphile.

### Library

Expand Down

0 comments on commit 58aa520

Please sign in to comment.