summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index d5aeca2d8c..792c3936f6 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -360,6 +360,10 @@ Models
* **models.W037**: ``<database>`` does not support indexes with conditions.
* **models.W038**: ``<database>`` does not support deferrable unique
constraints.
+* **models.W039**: ``<database>`` does not support unique constraints with
+ non-key columns.
+* **models.W040**: ``<database>`` does not support indexes with non-key
+ columns.
Security
--------