diff options
| author | Akshesh <aksheshdoshi@gmail.com> | 2016-08-08 17:20:25 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-12 18:37:03 -0400 |
| commit | 6e07ec3f655073bebdf1b1dfd2303e91202e14e1 (patch) | |
| tree | d62f91ee2af2a9ae218087037f76d48767ebac35 /tests/schema | |
| parent | 236baa0f0ec31422bc8c36b24e41112f7a564532 (diff) | |
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Diffstat (limited to 'tests/schema')
| -rw-r--r-- | tests/schema/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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": "", } |
