summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-03 06:44:05 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-04 12:26:25 +0200
commitf83b44075dafa429d59e8755aa47e15577cc49f9 (patch)
tree71191d9568e2360527292b8f0b358aa71597c7da /docs/ref
parent8c7992f658e1125f8dc20b19206e8bbbe4187372 (diff)
Refs #30913 -- Added system checks for covering indexes and unique constraints support.
Diffstat (limited to 'docs/ref')
-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
--------