From f83b44075dafa429d59e8755aa47e15577cc49f9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 3 Jun 2020 06:44:05 +0200 Subject: Refs #30913 -- Added system checks for covering indexes and unique constraints support. --- docs/ref/checks.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') 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**: ```` does not support indexes with conditions. * **models.W038**: ```` does not support deferrable unique constraints. +* **models.W039**: ```` does not support unique constraints with + non-key columns. +* **models.W040**: ```` does not support indexes with non-key + columns. Security -------- -- cgit v1.3