Opened 4 weeks ago

Closed 3 weeks ago

#35700 closed Cleanup/optimization (fixed)

Reduce CreateModel + AlterModelTable to CreateModel

Reported by: Adam Johnson Owned by: Adam Johnson
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Like #33572, migration optimization can reduce CreateModel and AlterModelTable for the same model down to just CreateModel with db_table in options.

Change History (4)

comment:1 by Simon Charette, 4 weeks ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Adam Johnson, 4 weeks ago

Owner: set to Adam Johnson
Status: newassigned

comment:3 by Adam Johnson, 3 weeks ago

Triage Stage: AcceptedReady for checkin

Two approvals on GitHub so I'm taking the initiative and marking as ready for checkin.

comment:4 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

Resolution: fixed
Status: assignedclosed

In 20d44abb:

Fixed #35700 -- Added AlterModelTable and AlterModelTableComment reductions.

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