#36632: AlterIndexTogether in historical migration drops overlapping indices
-------------------------------------+-------------------------------------
Reporter: Michael Herrmann | Owner: nzioker
Type: Bug | Status: assigned
Component: Database layer | Version: 5.1
(models, ORM) |
Severity: Normal | Resolution:
Keywords: index_together | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by nzioker):
* owner: (none) => nzioker
* status: new => assigned
Comment:
I'll work on this fix. Based on Jacob's analysis, I'll implement the
approach of adapting AlterIndexTogether to delegate to AddIndex and
RemoveIndex operations.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36632#comment:2>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.