#34528 closed Cleanup/optimization (fixed)

Reduce Add/RemoveIndex migration operations.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Migrations Version: 4.2
Severity: Normal Keywords:
Cc: Simon Charette Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We should reduce AddIndex/RemoveIndex operations when optimizing migration operations.

Change History (3)

comment:1 by Mariusz Felisiak, 12 months ago

Has patch: set

comment:2 by Simon Charette, 12 months ago

Triage Stage: UnreviewedAccepted

I should have time to review it by EoD

comment:3 by GitHub <noreply@…>, 12 months ago

Resolution: fixed
Status: assignedclosed

In 191f6a9:

Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.

Note: See TracTickets for help on using tickets.
Back to Top