Skip to content

better out of order migration execution handling #56

@jdavisclark

Description

@jdavisclark

Need a better way to handle the instance where migration-7 is executed and migration-5 is unexecuted. This starts to become an issue as soon as you have multiple active feature branches, multiple developers, multiple qa/uat environments, etc...

The idea is that when you get in this migration execution state, there is no way that the unexecuted migration could have any way of being dependent on anything after it that didn't exist in its branch. So, its super funky, but really isn't a problem so long as we handle it gracefully.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions