diff options
| author | can <cansarigol@derinbilgi.com.tr> | 2019-07-04 19:21:50 +0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-05 09:30:21 +0200 |
| commit | 53209f78302a639032afabf5326d28d4ddd9d03c (patch) | |
| tree | 1fc04d7c676950946c26d1f760d0badb2f761e6b /docs/ref | |
| parent | f197c3dd9130b18397022605c27ffe5755f329d7 (diff) | |
Fixed #30613 -- Moved index name validation to system checks.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 20fb50e131..b1f9e085b4 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -313,6 +313,10 @@ Models ``<model>``. * **models.E032**: constraint name ``<constraint>`` is not unique amongst models: ``<model list>``. +* **models.E033**: The index name ``<index>`` cannot start with an underscore + or a number. +* **models.E034**: The index name ``<index>`` cannot be longer than + ``<max_length>`` characters. Security -------- |
