diff options
| author | Ichlasul Affan <ichlaffterlalu@gmail.com> | 2020-03-12 02:01:32 +0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-10 12:00:27 +0200 |
| commit | 53d229ff632c2a3e547f2820a94239f38ba4d4ac (patch) | |
| tree | 8bdd286062729f58e4508e51bb16734a1ab027a8 /docs | |
| parent | e8d308892597e6abee5b94a77543a7ef7d34a655 (diff) | |
Fixed #31351 -- Added system checks for partial indexes and unique constraints support.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ``<max_length>`` characters. * **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models: ``<model list>``. +* **models.W036**: ``<database>`` does not support unique constraints with + conditions. +* **models.W037**: ``<database>`` does not support indexes with conditions. Security -------- |
