summaryrefslogtreecommitdiff
path: root/tests/schema
diff options
context:
space:
mode:
Diffstat (limited to 'tests/schema')
-rw-r--r--tests/schema/tests.py1
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": "",
}