mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
This commit is contained in:
parent
236baa0f0e
commit
6e07ec3f65
9 changed files with 102 additions and 1 deletions
|
@ -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": "",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue