Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22861 closed Bug (fixed)

Ensure __first__ migrations always reference the first migration.

Reported by: Chris Beaven Owned by: nobody
Component: Migrations Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently first dependencies can be checked before internal dependencies are resolved, causing the node that it is attached to to not be the actual root migration of the other app.

Change History (4)

comment:2 by Andrew Godwin <andrew@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 267ba8aca46d21689f4d6e8b5b86ff4111370d5f:

Fixed #22861: Internal migrations done first so first works

comment:3 by Andrew Godwin <andrew@…>, 10 years ago

In 819d5f0c89146dee0350290c9635e13a3069ccae:

[1.7.x] Fixed #22861: Internal migrations done first so first works

Thanks to Chris Beaven.

comment:4 by Andrew Godwin <andrew@…>, 10 years ago

In 2cee1d464217ff9f0d0af1e14ecd0b9b70ad1b7e:

Fixed #22861: Internal migrations done first so first works

Thanks to Chris Beaven.

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