From 6e07ec3f655073bebdf1b1dfd2303e91202e14e1 Mon Sep 17 00:00:00 2001 From: Akshesh Date: Mon, 8 Aug 2016 17:20:25 +0530 Subject: Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. --- tests/schema/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/schema') diff --git a/tests/schema/tests.py b/tests/schema/tests.py index 9622a443a9..5baba26e00 100644 --- a/tests/schema/tests.py +++ b/tests/schema/tests.py @@ -1803,6 +1803,7 @@ class SchemaTests(TransactionTestCase): editor.sql_create_index % { "table": editor.quote_name(table), "name": editor.quote_name(constraint_name), + "using": "", "columns": editor.quote_name(column), "extra": "", } -- cgit v1.3