From 53d229ff632c2a3e547f2820a94239f38ba4d4ac Mon Sep 17 00:00:00 2001 From: Ichlasul Affan Date: Thu, 12 Mar 2020 02:01:32 +0700 Subject: Fixed #31351 -- Added system checks for partial indexes and unique constraints support. --- docs/ref/checks.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index ec3735598a..d9bfdb168c 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -349,6 +349,9 @@ Models ```` characters. * **models.W035**: ``db_table`` ```` is used by multiple models: ````. +* **models.W036**: ```` does not support unique constraints with + conditions. +* **models.W037**: ```` does not support indexes with conditions. Security -------- -- cgit v1.3