From 53209f78302a639032afabf5326d28d4ddd9d03c Mon Sep 17 00:00:00 2001 From: can Date: Thu, 4 Jul 2019 19:21:50 +0300 Subject: Fixed #30613 -- Moved index name validation to system checks. --- docs/ref/checks.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ````. * **models.E032**: constraint name ```` is not unique amongst models: ````. +* **models.E033**: The index name ```` cannot start with an underscore + or a number. +* **models.E034**: The index name ```` cannot be longer than + ```` characters. Security -------- -- cgit v1.3