mirror of
https://github.com/django/django.git
synced 2025-08-07 20:38:21 +00:00
Refs #27064 -- Added RenameIndex migration operation.
This commit is contained in:
parent
20e65a34ae
commit
eacd4977f6
14 changed files with 411 additions and 1 deletions
|
@ -60,6 +60,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
supports_update_conflicts = True
|
||||
supports_update_conflicts_with_target = True
|
||||
supports_covering_indexes = True
|
||||
can_rename_index = True
|
||||
test_collations = {
|
||||
"non_default": "sv-x-icu",
|
||||
"swedish_ci": "sv-x-icu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue