Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.

This commit is contained in:
Akshesh 2016-08-08 17:20:25 +05:30 committed by Tim Graham
parent 236baa0f0e
commit 6e07ec3f65
9 changed files with 102 additions and 1 deletions

View file

@ -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": "",
}