From bceadd2788dc2dad53eba0caae172bd8522fd483 Mon Sep 17 00:00:00 2001 From: can Date: Wed, 1 May 2019 16:39:02 +0300 Subject: Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names. Co-Authored-By: Mariusz Felisiak --- docs/ref/checks.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 973ccebe90..a15eb558fe 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -306,6 +306,13 @@ Models * **models.W027**: ```` does not support check constraints. * **models.E028**: ``db_table`` ```` is used by multiple models: ````. +* **models.E029**: index name ```` is not unique for model ````. +* **models.E030**: index name ```` is not unique amongst models: + ````. +* **models.E031**: constraint name ```` is not unique for model + ````. +* **models.E032**: constraint name ```` is not unique amongst + models: ````. Security -------- -- cgit v1.3