Opened 15 months ago
Closed 14 months 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 , 15 months ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 months ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Two approvals on GitHub so I'm taking the initiative and marking as ready for checkin.