mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
docs: add note on partial unique index support
> ## Description ✍️ Hasura currently does not support the use of partial unique indexes in upsert mutation as can be seen in [this issue](https://github.com/hasura/graphql-engine-mono/issues/4165). Call out this fact in the documentation. ## Affected components ✍️ - ✅ Docs PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5019 GitOrigin-RevId: adfb19acfe3f920bcc5865ae4424c3ce148c5b7c
This commit is contained in:
parent
d829585e9c
commit
4b90c8219a
@ -43,6 +43,12 @@ Partial unique indexes cannot be used in the `constraint` field.
|
||||
|
||||
:::
|
||||
|
||||
:::info Note
|
||||
|
||||
Partial unique indexes cannot be used in the `constraint` field.
|
||||
|
||||
:::
|
||||
|
||||
:::info Fetching Postgres constraint names
|
||||
|
||||
You can fetch details of unique or primary key constraints on a table by running the following SQL:
|
||||
|
Loading…
Reference in New Issue
Block a user