@@ -85,6 +85,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
85
85
"backends.tests.ThreadTests.test_pass_connection_between_threads" ,
86
86
"backends.tests.ThreadTests.test_closing_non_shared_connections" ,
87
87
"backends.tests.ThreadTests.test_default_connection_thread_local" ,
88
+ # AddField
89
+ "schema.tests.SchemaTests.test_add_indexed_charfield" ,
90
+ "schema.tests.SchemaTests.test_add_unique_charfield" ,
88
91
# Add/RemoveIndex
89
92
"migrations.test_operations.OperationTests.test_add_index" ,
90
93
"migrations.test_operations.OperationTests.test_alter_field_with_index" ,
@@ -109,8 +112,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
109
112
"schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key" ,
110
113
"schema.tests.SchemaTests.test_alter_null_to_not_null" ,
111
114
"schema.tests.SchemaTests.test_alter_primary_key_the_same_name" ,
112
- "schema.tests.SchemaTests.test_autofield_to_o2o" ,
113
115
# AlterField (db_index)
116
+ "schema.tests.SchemaTests.test_alter_renames_index" ,
114
117
"schema.tests.SchemaTests.test_indexes" ,
115
118
"schema.tests.SchemaTests.test_remove_constraints_capital_letters" ,
116
119
"schema.tests.SchemaTests.test_remove_db_index_doesnt_remove_custom_indexes" ,
0 commit comments