Skip to content

Question about dependecy resolution #1439

Discussion options

You must be logged in to vote

if there's no relationship between C and B' then yes it's expected that these two migrations may occur in any order.

so if your migrations have an ordering requirement that C must occur after B', add this relationship using a dependency, that is, the depends_on label. see that documented section for examples, here you'd want to make C dependent on B'.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fernandocollova-endava
Comment options

Answer selected by fernandocollova-endava
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants