summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/backends/oracle/features.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/oracle/features.py b/django/db/backends/oracle/features.py
index 78f7cdc6fd..b5fbc9535c 100644
--- a/django/db/backends/oracle/features.py
+++ b/django/db/backends/oracle/features.py
@@ -27,7 +27,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_sequence_reset = False
can_introspect_materialized_views = True
atomic_transactions = False
- supports_combined_alters = False
nulls_order_largest = True
requires_literal_defaults = True
closed_cursor_error_class = InterfaceError